DROP INDEX index_name ON tbl_name
        DROP INDEX
        では、index_name
        に指定したインデックスが tbl_name
        に指定したテーブルから破棄されます。バージョン
        3.22 より前の MySQL では、DROP INDEX
        では何の処理も行われません。バージョン 3.22
        以降では、DROP INDEX
        はインデックスを破棄する ALTER
        TABLE
        ステートメントにマップされています。 See
        項6.5.4. 「ALTER TABLE 構文」。
      
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.

