@@ -497,9 +497,8 @@ The following specify which files/extra groups are read (specified before remain
497497 --log-output=name How logs should be written. Any combination of: NONE,
498498 FILE, TABLE
499499 --log-queries-not-using-indexes
500- Alias for log_slow_queries_not_using_indexes. Log queries
501- that are executed without benefit of any index to the
502- slow log if it is open. Same as
500+ Log queries that are executed without benefit of any
501+ index to the slow log if it is open. Same as
503502 log_slow_filter='not_using_index'
504503 --log-short-format Don't log extra information to update and slow-query
505504 logs.
@@ -527,12 +526,7 @@ The following specify which files/extra groups are read (specified before remain
527526 --log-slow-min-examined-row-limit=#
528527 Don't write queries to slow log that examine fewer rows
529528 than that
530- --log-slow-queries-not-using-indexes
531- Log queries that are executed without benefit of any
532- index to the slow log if it is open. Same as
533- log_slow_filter='not_using_index'
534- --log-slow-query-enable
535- Log slow queries to a table or log file. Defaults logging
529+ --log-slow-query Log slow queries to a table or log file. Defaults logging
536530 to a file 'hostname'-slow.log or a table mysql.slow_log
537531 if --log-output=TABLE is used. Must be enabled to
538532 activate other slow log options.
@@ -1326,11 +1320,10 @@ The following specify which files/extra groups are read (specified before remain
13261320 If creating the thread takes longer than this value (in
13271321 seconds), the Slow_launch_threads counter will be
13281322 incremented
1329- --slow-query-log Alias for log_slow_query_enable. Log slow queries to a
1330- table or log file. Defaults logging to a file
1331- 'hostname'-slow.log or a table mysql.slow_log if
1332- --log-output=TABLE is used. Must be enabled to activate
1333- other slow log options.
1323+ --slow-query-log Alias for log_slow_query. Log slow queries to a table or
1324+ log file. Defaults logging to a file 'hostname'-slow.log
1325+ or a table mysql.slow_log if --log-output=TABLE is used.
1326+ Must be enabled to activate other slow log options.
13341327 --slow-query-log-file=name
13351328 Alias for log_slow_query_file_name. Log slow queries to
13361329 given log file. Defaults logging to 'hostname'-slow.log.
@@ -1641,8 +1634,7 @@ log-slow-admin-statements TRUE
16411634log-slow-disabled-statements sp
16421635log-slow-filter admin,filesort,filesort_on_disk,filesort_priority_queue,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
16431636log-slow-min-examined-row-limit 0
1644- log-slow-queries-not-using-indexes FALSE
1645- log-slow-query-enable FALSE
1637+ log-slow-query FALSE
16461638log-slow-query-time 10
16471639log-slow-rate-limit 1
16481640log-slow-slave-statements TRUE
0 commit comments