summaryrefslogtreecommitdiff
path: root/mysql-test/t/key.test
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2003-05-13 19:19:57 +0200
committerunknown <pem@mysql.com>2003-05-13 19:19:57 +0200
commita147307f426ef6c93b94e4b62fe14bf004585fa9 (patch)
treebcb33fe99776d977dcd531387f4759286e9dfa52 /mysql-test/t/key.test
parent563c32ccd1f5a212dfb270097c1dbd1cdc1be907 (diff)
downloadmariadb-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.test2
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;