1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed internal test check warnings in 5.1-bugteam.

This commit is contained in:
Georgi Kodinov
2009-02-01 11:18:09 +02:00
parent c0ae6f6d86
commit 299339d41a
4 changed files with 7 additions and 5 deletions

View File

@@ -265,6 +265,8 @@ while ($rnd)
connection master;
eval drop table t1$rnd;
sync_slave_with_master;
connection master;
dec $rnd;
}