min_examined_row_limit: 对于查询扫描行数小于此参数的SQL,将不会记录到慢查询日志中; log_slow_admin_statements: 管理语句执行时间大于阈值也将写入到慢查询日志中,管理语句包括alter table, check table等等; log_slow_slave_statements: 从库应用binlog,如果binlog格式是statement,执行时间超过阈值时,将写入从库...