mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
files to check if log bin is turned on
This commit is contained in:
4
mysql-test/include/have_log_bin.inc
Normal file
4
mysql-test/include/have_log_bin.inc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- require r/have_log_bin.require
|
||||||
|
disable_query_log;
|
||||||
|
show variables like "log_bin";
|
||||||
|
enable_query_log;
|
2
mysql-test/r/have_log_bin.require
Normal file
2
mysql-test/r/have_log_bin.require
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Variable_name Value
|
||||||
|
have_log_bin ON
|
Reference in New Issue
Block a user