I’m running 5.1.50-rel11.4 and my config file contains this line:
slow_query_log_microseconds_timestamp = ON
which I got from the docs, but but on startup the server says:
mysqld: 101105 9:19:52 [Warning] /usr/sbin/mysqld: ignoring option ‘–slow_query_log_microseconds_timestamp’ due to invalid value ‘ON’
What’s wrong with that?