mariadb/mysql-test/include/have_log_bin.inc
2018-03-29 13:59:44 +03:00

14 lines
278 B
PHP

# ==== Purpose ====
#
# Ensure that the server is running with binlogging on
#
# ==== Usage ====
#
# source include/have_log_bin.inc;
source include/not_embedded.inc;
-- require include/have_log_bin.require
disable_query_log;
show variables like 'log_bin';
enable_query_log;