DROP TABLESPACEtablespace_nameENGINE [=]engine_name
This statement drops a tablespace that was previously created
using CREATE TABLESPACE (see
Section 12.1.11, “CREATE TABLESPACE Syntax”).
The tablespace to be dropped must not contain any data files; in
other words, before you can drop a tablespace, you must first
drop each of its data files using ALTER TABLESPACE ...
DROP DATAFILE (see
Section 12.1.5, “ALTER TABLESPACE Syntax”).
The ENGINE clause (required) specifies the
storage engine used by the tablespace. The only accepted values
for engine_name are
NDB, NDBCLUSTER and
Falcon.
For more information on using DROP TABLESPACE
with Disk Data storage for MySQL Cluster, see
MySQL Cluster Disk Data Tables. For information on
using DROP TABLESPACE with Falcon, see
Section 13.6.4, “Creating Tables and Indexes within Falcon”."

User Comments
Add your own comment.