My Project
|
#include <sql_partition_admin.h>
Public Member Functions | |
virtual enum_sql_command | sql_command_code () const |
Return the command code for this statement. | |
bool | execute (THD *thd) |
Stub class that returns a error if the partition storage engine is not supported.
bool Sql_cmd_partition_unsupported::execute | ( | THD * | thd | ) | [virtual] |
Execute this SQL statement.
thd | the current thread. |
false | on success. |
true | on error |
Implements Sql_cmd.