--source include/have_log_bin.inc set global slow_query_log=0; set global long_query_time=0; set global slow_query_log=1; select 1; show binlog events; show master status; flush logs; show binlog events; show master status; flush slow logs; show binlog events; show master status;