Spec-Zone .ru
спецификации, руководства, описания, API
|
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_string
tbl_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.25, "Options Common to MySQL Cluster Programs — Options Common to MySQL Cluster Programs".
Table 17.18. ndb_drop_table Options and Variables: MySQL ClusterNDB 7.3
Format | Description | Added / Removed |
---|---|---|
|
Name of the database in which the table is found | All MySQL 5.6 based releases |