mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
clarify ER_CANT_DROP_FIELD_OR_KEY
include the dropped object type
This commit is contained in:
@ -16,7 +16,7 @@ t1 CREATE TABLE `t1` (
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
DROP INDEX IF EXISTS i1 ON t1;
|
||||
Warnings:
|
||||
Note 1091 Can't DROP `i1`; check that it exists
|
||||
Note 1091 Can't DROP INDEX `i1`; check that it exists
|
||||
SHOW CREATE TABLE t1;
|
||||
Table Create Table
|
||||
t1 CREATE TABLE `t1` (
|
||||
|
Reference in New Issue
Block a user