MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
have_binlog_rows_query.inc
1 # ==== Purpose ====
2 #
3 # Ensure that the server is running with binlog_rows_query_log_events on
4 #
5 # ==== Usage ====
6 #
7 # source include/have_binlog_rows_query.inc;
8 
9 -- require r/have_binlog_rows_query.require
10 disable_query_log;
11 --replace_result ON OFF
12 show variables like 'binlog_rows_query_log_events';
13 enable_query_log;