Commit a147307f authored by unknown's avatar unknown

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


mysql-test/t/key.test:
  Forgot to correct comment (after fixing bug 390).
parent 563c32cc
......@@ -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));
# 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');
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