1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-25 13:42:52 +03:00

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

mysql-test/t/key.test:
  Forgot to correct comment (after fixing bug 390).
This commit is contained in:
unknown 2003-05-13 19:19:57 +02:00
parent 563c32ccd1
commit a147307f42

View File

@ -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;