Search code examples
mysqlprofilingserver-variables

Mysql: What is the difference between "slow_query_log" vs "log_slow_queries"


If there is not any difference, why having two server parameters to achieve one behavior?


Solution

  • log_slow_queries was deprecated in MySQL 5.1.29 by slow-query-log. The MySQL 5.1 Reference Manual has more details.