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 -cconnection_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 NDB Cluster programs (including ndb_drop_table), see Section 18.4.27, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.
Table 18.91 This table describes command-line options for the ndb_drop_table program
| Format | Description | Added or Removed |
|---|---|---|
|
Name of the database in which the table is found | All MySQL 5.6 based releases |