MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
have_log_bin.inc
1 # ==== Purpose ====
2 #
3 # Ensure that the server is running with binlogging on
4 #
5 # ==== Usage ====
6 #
7 # source include/have_log_bin.inc;
8 
9 --let $_have_log_bin= query_get_value(SHOW VARIABLES LIKE 'log_bin', Value, 1)
10 if ($_have_log_bin != ON)
11 {
12  --skip Test requires --log-bin
13 }
14 --let $show_rpl_debug_info= 1