1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

files to check if log bin is turned on

This commit is contained in:
tomas@whalegate.ndb.mysql.com
2007-05-14 14:38:50 +02:00
parent 9bbd51e625
commit 391265636d
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- require r/have_log_bin.require
disable_query_log;
show variables like "log_bin";
enable_query_log;