1
0
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:
Sergei Golubchik
2022-05-12 13:23:24 +02:00
parent 74068dd2ac
commit 8609254f4f
2 changed files with 3 additions and 6 deletions

View File

@ -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';
}