mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Give warnings for unused objects
Changed error message to be compatible with old error file Added new error message for new DUP_ENTRY syntax
This commit is contained in:
@@ -73,7 +73,7 @@ drop table t1,t2;
|
||||
#
|
||||
create temporary table t1 (a int not null);
|
||||
insert into t1 values (1),(1);
|
||||
-- error 1062
|
||||
-- error ER_DUP_ENTRY_WITH_KEY_NAME
|
||||
alter table t1 add primary key (a);
|
||||
drop table t1;
|
||||
|
||||
|
Reference in New Issue
Block a user