diff options
Diffstat (limited to 'mysql-test/r/create_drop_index.result')
-rw-r--r-- | mysql-test/r/create_drop_index.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/create_drop_index.result b/mysql-test/r/create_drop_index.result index 113c32aca4d..7df6aeb5838 100644 --- a/mysql-test/r/create_drop_index.result +++ b/mysql-test/r/create_drop_index.result @@ -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 column/key exists +Note 1091 Can't DROP INDEX `i1`; check that it exists SHOW CREATE TABLE t1; Table Create Table t1 CREATE TABLE `t1` ( |