mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
A writability test in a prereq file polluted the binlog.
Reset the info after using those files. mysql-test/t/ndb_binlog_ignore_db.test: Reset the binlog after we include several files that have little to do with this test.
This commit is contained in:
parent
db69776ce8
commit
b3138ef74c
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
-- source include/have_ndb.inc
|
||||
-- source include/have_binlog_format_row.inc
|
||||
reset master;
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
|
|
Loading…
Reference in a new issue