Commit e1a25cb9 authored by unknown's avatar unknown

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

parent f8f2d51a
......@@ -30,6 +30,7 @@ create table t1 (a int) engine=ndbcluster;
insert into t1 value (2);
select * from t1;
ERROR HY000: Got error 241 'Invalid schema object version' from ndbcluster
flush table t1;
select * from t1;
a
2
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment