# Filters and substitutes for SED # Multiple patterns for DELETE: comma separated # delete=pattern1,pattern2,...,patternn # No commas can be allowed in the patterns. # # Multiple patterns for SUBSTITUTE: comma separated pair # substitute=pattern1;substitute1,pattern2;substitute2,...,patternn;substituten # No commas or semicolons can be allowed in the patterns/subsitutes. # # Filter out some of the run-time statistics to prevent huge diffs # when changing pre-fetching behaviour. substitute=SQL_CUR.*;null,Number of opens ?=.*;,Number of pages visited ?=.*;,Number of rows qualified ?=.*;,Number of rows visited ?=.*;,Rows returned ?=.*;,Rows seen ?=.*; delete=next time in milliseconds/row.*