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.
Usage
ndb_drop_table -c connection_string tbl_name -d db_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 20.4.32, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.
Table 20.31 Command-line options for the ndb_drop_table program
Format | Description | Added, Deprecated, or Removed |
---|---|---|
|
Name of database in which table is found | (Supported in all MySQL 5.7 based releases) |