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

another attempt to make testcase predictable :)

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-02-01 12:30:36 +01:00
parent cf4a32a01d
commit 622b6a1275
2 changed files with 0 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ ALTER DATABASE mysqltest CHARACTER SET latin1;
# drop table and drop should come after data events
--connection server2
insert into mysqltest.t1 values (1);
drop table mysqltest.t1;
--connection server1