Commit 7229217f authored by pem@mysql.com's avatar pem@mysql.com

Forgot to correct comment in key.test (after fixing bug 390).

parent 44026b18
...@@ -58,7 +58,7 @@ drop table t1; ...@@ -58,7 +58,7 @@ drop table t1;
# #
CREATE TABLE t1 (program enum('signup','unique','sliding') not null, type enum('basic','sliding','signup'), sites set('mt'), PRIMARY KEY (program)); CREATE TABLE t1 (program enum('signup','unique','sliding') not null, type enum('basic','sliding','signup'), sites set('mt'), PRIMARY KEY (program));
# The following should give an error for wrong primary key # This no longer give an error for wrong primary key
ALTER TABLE t1 modify program enum('signup','unique','sliding'); ALTER TABLE t1 modify program enum('signup','unique','sliding');
drop table t1; drop table t1;
......
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