Commit 543e73d6 authored by jonas@perch.ndb.mysql.com's avatar jonas@perch.ndb.mysql.com
Browse files

Merge perch.ndb.mysql.com:/home/jonas/src/50-multi

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
parents b67e5b11 c6308d65
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -28,9 +28,6 @@ Handler_discover 0
drop table t1;
create table t1 (a int) engine=ndbcluster;
insert into t1 value (2);
select * from t1;
a
2
flush table t1;
select * from t1;
a
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ drop table t1;
create table t1 (a int) engine=ndbcluster;
insert into t1 value (2);
connection server1;
select * from t1;
flush table t1;
select * from t1;