mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 14:32:34 +01:00
BUG#28372 mysqldump test case fails with binlog disabled
This commit is contained in:
parent
b57cf4b07b
commit
3beef02bc6
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
# Embedded server doesn't support external clients
|
||||
--source include/not_embedded.inc
|
||||
|
||||
# Binlog is required
|
||||
--source include/have_log_bin.inc
|
||||
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1, `"t"1`, t1aa, t2, t2aa, t3;
|
||||
drop database if exists mysqldump_test_db;
|
||||
|
|
Loading…
Reference in a new issue