Commit 54bbc4ab authored by lars@mysql.com's avatar lars@mysql.com

BUG#17782: Incorrect result file

parent 49bf8937
drop table if exists t1,t2;
create table t1(a int, unique(a));
insert into t1 values(2);
create table t2(a int);
......
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