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:
parent
563c32ccd1
commit
a147307f42
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user