mariadb/mysql-test/include/have_log_bin.inc
Sergei Golubchik 8609254f4f cleanup:have_log_bin.inc
prefer if/skip over require
(works better with debugging, not affected by query log)
2022-05-18 01:22:29 +02:00

13 lines
240 B
PHP

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