summaryrefslogtreecommitdiff
path: root/mysql-test/include/not_log_bin.inc
blob: 620603eafe06ba907dfd01f711964a981ac71602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ==== Purpose ====
#
# Ensure that the server is running with binlogging off
#
# ==== Usage ====
#
# source include/not_log_bin.inc;

--let $_not_log_bin= query_get_value(SHOW GLOBAL VARIABLES LIKE 'log_bin', Value, 1)
if ($_not_log_bin != OFF)
{
  --skip Test requires binloggin to be off.
}
--let $show_rpl_debug_info= 1