mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
clarify ER_CANT_DROP_FIELD_OR_KEY
include the dropped object type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DROP TABLE IF EXISTS t9;
|
||||
CREATE TABLE t9(c1 INTEGER NOT NULL);
|
||||
DROP INDEX i1 ON t9;
|
||||
ERROR 42000: Can't DROP `i1`; check that it exists
|
||||
ERROR 42000: Can't DROP INDEX `i1`; check that it exists
|
||||
DROP TABLE t9;
|
||||
SHOW TABLES;
|
||||
Tables_in_test
|
||||
|
Reference in New Issue
Block a user