Commit dd1c43ba authored by mskold/marty@linux.site's avatar mskold/marty@linux.site

Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1

into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
parents 8ae0ff4c d1fd23b1
...@@ -67,6 +67,8 @@ c1 ...@@ -67,6 +67,8 @@ c1
1 1
3 3
5 5
show tables;
Tables_in_test
create table t1(c1 int key)ENGINE=MyISAM; create table t1(c1 int key)ENGINE=MyISAM;
insert into t1 values(100),(344),(533); insert into t1 values(100),(344),(533);
select * from t1 order by c1; select * from t1 order by c1;
......
...@@ -75,6 +75,7 @@ insert into t1 values(1),(3),(5); ...@@ -75,6 +75,7 @@ insert into t1 values(1),(3),(5);
select * from t1 order by c1; select * from t1 order by c1;
connection server2; connection server2;
show tables;
create table t1(c1 int key)ENGINE=MyISAM; create table t1(c1 int key)ENGINE=MyISAM;
insert into t1 values(100),(344),(533); insert into t1 values(100),(344),(533);
select * from t1 order by c1; select * from t1 order by c1;
......
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