mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Fixing bug in test in that a database was not dropped and was visible
in following tests. mysql-test/suite/rpl/r/rpl_bug31076.result: Result file change. mysql-test/suite/rpl/t/rpl_bug31076.test: Dropping database so that following tests don't see it.
This commit is contained in:
parent
cdd5e2a494
commit
08c5f26784
2 changed files with 4 additions and 0 deletions
|
|
@ -111,3 +111,6 @@ VALUES ('3m3l4rhs6do0sf5p1i9lr94g928a272v', '', '', INET_ATON('71.118.124.98'),
|
|||
|
||||
SELECT * FROM visits;
|
||||
SELECT * FROM visits_events;
|
||||
|
||||
DROP DATABASE track;
|
||||
sync_slave_with_master;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue