Commit 93a2cbab authored by Zardosht Kasheff's avatar Zardosht Kasheff

closes #5687, fix result file

git-svn-id: file:///svn/mysql/tests/mysql-test@49992 c7de825b-a66e-492c-adef-691d508d4ae1
parent bf98417f
...@@ -417,9 +417,9 @@ replace into t1 (b) values (1); ...@@ -417,9 +417,9 @@ replace into t1 (b) values (1);
replace into t1 (b) values (3); replace into t1 (b) values (3);
select * from t1; select * from t1;
a b a b
7 1 3 1
6 2 2 2
8 3 4 3
drop table t1; drop table t1;
create table t1 (rowid int not null auto_increment, val int not null,primary create table t1 (rowid int not null auto_increment, val int not null,primary
key (rowid), unique(val)); key (rowid), unique(val));
......
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