mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/nfstmp1/ingo/autopush-775/mysql-5.0
This commit is contained in:
commit
7826edd495
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);
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue