From fe68d102fb0143351e278aefdb6d0c9e797d031f Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 29 Oct 2007 20:31:03 +0400 Subject: after-merge fix-up. --- mysql-test/include/mix1.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mysql-test/include') diff --git a/mysql-test/include/mix1.inc b/mysql-test/include/mix1.inc index aee5613ff35..4d910e86e0f 100644 --- a/mysql-test/include/mix1.inc +++ b/mysql-test/include/mix1.inc @@ -1019,6 +1019,15 @@ SELECT * FROM t1 ORDER BY b DESC, a ASC; DROP TABLE t1; +# +# Bug #31137: Assertion failed: primary_key_no == -1 || primary_key_no == 0 +# +create table t1(a char(10) not null, unique key aa(a(1)), + b char(4) not null, unique key bb(b(4))) engine=innodb; +desc t1; +show create table t1; +drop table t1; + --echo End of 5.0 tests # Fix for BUG#19243 "wrong LAST_INSERT_ID() after ON DUPLICATE KEY -- cgit v1.2.1