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;
|
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;
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
Variable_name Value
|
|
||||||
log_bin ON
|
|
Reference in New Issue
Block a user