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

mysql-test/include/have_log_bin.inc:
  New BitKeeper file ``mysql-test/include/have_log_bin.inc''
mysql-test/r/have_log_bin.require:
  New BitKeeper file ``mysql-test/r/have_log_bin.require''
This commit is contained in:
unknown
2007-05-14 14:38:50 +02:00
parent 3425d7d65c
commit c78f434071
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;

View File

@ -0,0 +1,2 @@
Variable_name Value
have_log_bin ON