ndb_drop_table drops the specified
NDB table. (If you try to use this
on a table created with a storage engine other than
NDB, the attempt fails with the
error 723: No such table exists.) This
operation is extremely fast; in some cases, it can be an order
of magnitude faster than using a MySQL DROP
TABLE statement on an NDB
table.
ndb_drop_table -cconnect_stringtbl_name-ddb_name
The following table includes options that are specific to ndb_drop_table. Additional descriptions follow the table. For options common to most MySQL Cluster programs (including ndb_drop_table), see Section 17.4.24, “Options Common to MySQL Cluster Programs — Options Common to MySQL Cluster Programs”.
Table 17.18. ndb_drop_table Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
| Format | Description | Added / Removed |
|---|---|---|
| Name of the database in which the table is found | All MySQL 5.1 based releases |

User Comments
Add your own comment.