mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Fix to make ndb_multi.test (Bug #15401 NDB lock problems) more predictable
This commit is contained in:
parent
f8f2d51aad
commit
e1a25cb9d6
2 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ create table t1 (a int) engine=ndbcluster;
|
||||||
insert into t1 value (2);
|
insert into t1 value (2);
|
||||||
select * from t1;
|
select * from t1;
|
||||||
ERROR HY000: Got error 241 'Invalid schema object version' from ndbcluster
|
ERROR HY000: Got error 241 'Invalid schema object version' from ndbcluster
|
||||||
|
flush table t1;
|
||||||
select * from t1;
|
select * from t1;
|
||||||
a
|
a
|
||||||
2
|
2
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@ connection server1;
|
||||||
# Currently a retry is required remotely
|
# Currently a retry is required remotely
|
||||||
--error 1296
|
--error 1296
|
||||||
select * from t1;
|
select * from t1;
|
||||||
|
flush table t1;
|
||||||
select * from t1;
|
select * from t1;
|
||||||
|
|
||||||
# Connect to server2 and use the tables from there
|
# Connect to server2 and use the tables from there
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue