Fix to make ndb_multi.test (Bug #15401 NDB lock problems) more predictable

This commit is contained in:
unknown 2005-12-14 16:29:56 +01:00
commit e1a25cb9d6
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@ connection server1;
# Currently a retry is required remotely
--error 1296
select * from t1;
flush table t1;
select * from t1;
# Connect to server2 and use the tables from there