Bug #34163 different results for DROP INDEX and DROP TABLE
Submitted: 30 Jan 2008 12:43
Reporter: Susanne Ebrecht Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DDL Severity:S4 (Feature request)
Version:5.0.56-bk OS:Any
Assigned to: CPU Architecture:Any
Tags: mysql_info

[30 Jan 2008 12:43] Susanne Ebrecht
Description:
mysql> drop index yxz on words_as_is;
Query OK, 0 rows affected (0.01 sec)
Records: 0  Duplicates: 0  Warnings: 0

mysql> drop table words_as_is;
Query OK, 0 rows affected (0.00 sec)

For "drop index" it would make sense, to cut the output row with "records, duplicates, warnings" too.

How to repeat:
see above