mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
14 lines
278 B
PHP
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;
|