Comment 1 for bug 1083631

Revision history for this message
Miguel Angel Nieto (miguelangelnieto) wrote : Re: [DOC] Slow Query Log Enables General Query Log

Hi,

I've been able to reproduce the problem. These are your two variables:

 slow_query_log = 1
 slow_query_log_file /var/lib/mysql/slow.log

See that the second variable doesn't have '=' sign. So there is the bug, slow_query_log_file without '=' enables the general query log. If you add the '=' symbol and restart mysql the general query log won't be enabled.

Thanks for your report.