diff options
author | unknown <pem@mysql.com> | 2003-05-13 19:19:57 +0200 |
---|---|---|
committer | unknown <pem@mysql.com> | 2003-05-13 19:19:57 +0200 |
commit | a147307f426ef6c93b94e4b62fe14bf004585fa9 (patch) | |
tree | bcb33fe99776d977dcd531387f4759286e9dfa52 /mysql-test/t/key.test | |
parent | 563c32ccd1f5a212dfb270097c1dbd1cdc1be907 (diff) | |
download | mariadb-git-a147307f426ef6c93b94e4b62fe14bf004585fa9.tar.gz |
Forgot to correct comment in key.test (after fixing bug 390).
mysql-test/t/key.test:
Forgot to correct comment (after fixing bug 390).
Diffstat (limited to 'mysql-test/t/key.test')
-rw-r--r-- | mysql-test/t/key.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/key.test b/mysql-test/t/key.test index 4c9b6479ac2..cb80d88aee8 100644 --- a/mysql-test/t/key.test +++ b/mysql-test/t/key.test @@ -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; |