errors in slowlog hangling

Bug #1541552 reported by Rick James
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MySQL Tuning Primer Script
New
Undecided
Unassigned

Bug Description

Line 587: log_slow_queries=$(grep log-slow-queries /etc/my.cnf)
But it could be 'log_slow_queries' in the file. That is, dashes and underscores are interchangeable.

613 if [ $long_query_timeInt -gt $prefered_query_time ] ; then
The test is backwards.

582 mysql_variable \'log%queries\' log_slow_queries
can catch log_throttle_queries_not_using_indexes or log_queries_not_using_indexes

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.