1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

clarify ER_CANT_DROP_FIELD_OR_KEY

include the dropped object type
This commit is contained in:
Sergei Golubchik
2016-07-02 14:52:20 +02:00
parent 5e3a1ea1e4
commit 5c764a0eb8
17 changed files with 54 additions and 56 deletions

View File

@ -363,7 +363,7 @@ t1 CREATE TABLE `t1` (
DROP INDEX IF EXISTS i1 ON t1;
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
DROP TABLE t1;
DROP TABLE IF EXISTS t1;
Warnings: