Commit 8609254f authored by Sergei Golubchik's avatar Sergei Golubchik

cleanup:have_log_bin.inc

prefer if/skip over require
(works better with debugging, not affected by query log)
parent 74068dd2
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
source include/not_embedded.inc; source include/not_embedded.inc;
-- require include/have_log_bin.require if (`select not @@log_bin`) {
disable_query_log; skip Test requires: 'have_log_bin';
show variables like 'log_bin'; }
enable_query_log;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment