Commit 31ed35c0 authored by marko's avatar marko

Fix the innodb.test failure mentioned in r1654.

parent e4d8de77
Branches unavailable
Tags unavailable
No related merge requests found
......@@ -501,7 +501,7 @@ ERROR 23000: Duplicate entry 'test2' for key 'ggid'
select * from t1;
id ggid email passwd
1 this will work
3 test2 this will work
4 test2 this will work
select * from t1 where id=1;
id ggid email passwd
1 this will work
......
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