mariadb/mysql-test/include/have_log_bin.inc

15 lines
279 B
PHP
Raw Normal View History

# ==== Purpose ====
#
# Ensure that the server is running with binlogging on
#
# ==== Usage ====
#
# source include/have_log_bin.inc;
source include/not_embedded.inc;
-- source include/no_view_protocol.inc
if (`select not @@log_bin`) {
skip Test requires: 'have_log_bin';
}