mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
14 lines
240 B
PHP
14 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';
|
|
}
|