← Back to team overview

percona-discussion team mailing list archive

[Bug 378750] Re: can't set patches' variable log_slow_filter

 

** Changed in: percona-patches
       Status: New => Invalid

-- 
can't set patches' variable log_slow_filter
https://bugs.launchpad.net/bugs/378750
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: Invalid

Bug description:
None of new options those come from http://www.percona.com/docs/wiki/patches:microslow_innodb can be set:

mysql> set log_slow_filter=qc_miss;
ERROR 1193 (HY000): Unknown system variable 'log_slow_filter'
mysql> set global log_slow_filter=qc_miss;
ERROR 1193 (HY000): Unknown system variable 'log_slow_filter'
mysql>



References