Commit f9ee7d04 authored by unknown's avatar unknown

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

into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb

parents 5d10a445 2ba485da
......@@ -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
......
......@@ -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;
......
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