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:
unknown 2007-09-21 08:13:52 +02:00
commit 08c5f26784
2 changed files with 4 additions and 0 deletions

View file

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