mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup:have_log_bin.inc
prefer if/skip over require (works better with debugging, not affected by query log)
This commit is contained in:
@ -8,7 +8,6 @@
|
||||
|
||||
source include/not_embedded.inc;
|
||||
|
||||
-- require include/have_log_bin.require
|
||||
disable_query_log;
|
||||
show variables like 'log_bin';
|
||||
enable_query_log;
|
||||
if (`select not @@log_bin`) {
|
||||
skip Test requires: 'have_log_bin';
|
||||
}
|
||||
|
Reference in New Issue
Block a user