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

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
This commit is contained in:
jonas@perch.ndb.mysql.com 2006-10-31 16:15:15 +01:00
commit 543e73d663
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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;