|
My Project
|
#include <sql_alter.h>
Public Types | |
| enum | enum_tablespace_op_type { DISCARD_TABLESPACE, IMPORT_TABLESPACE } |
Public Member Functions | |
| Sql_cmd_discard_import_tablespace (enum_tablespace_op_type tablespace_op_arg) | |
| bool | execute (THD *thd) |
Sql_cmd_alter_table_tablespace represents ALTER TABLE IMPORT/DISCARD TABLESPACE statements.
| bool Sql_cmd_discard_import_tablespace::execute | ( | THD * | thd | ) | [virtual] |
Execute this SQL statement.
| thd | the current thread. |
| false | on success. |
| true | on error |
Implements Sql_cmd.
1.7.6.1