Package: mysql-common Version: 5.5.24+dfsg-3 The default /etc/mysql/my.cnf still uses the log_slow_queries option in the example comments:
#log_slow_queries = /var/log/mysql/mysql-slow.log However, this option is depreciated in 5.5 and removed in 5.6. It would be better to change the example in the comments to using the newer slow_query_log & slow_query_log_file options - this will discourage the use of a depreciated option in Wheezy and make the transition to 5.6 post-Wheezy simpler. #slow_query_log_file = /var/log/mysql/mysql-slow.log #slow_query_log = 1

