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

source include/not_embedded.inc;

-- require r/have_log_bin.require
disable_query_log;
show variables like 'log_bin';
enable_query_log;