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

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

mysql-test/r/ndb_multi.result:
  Fix to make ndb_multi.test (Bug #15401  NDB lock problems) more preditable
mysql-test/t/ndb_multi.test:
  Fix to make ndb_multi.test (Bug #15401  NDB lock problems) more preditable
This commit is contained in:
unknown
2005-12-14 14:45:13 +01:00
parent 57bfc6ddcb
commit d70270c41f
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