|
My Project
|
#include <sql_admin.h>
Public Member Functions | |
| Sql_cmd_repair_table () | |
| bool | execute (THD *thd) |
| virtual enum_sql_command | sql_command_code () const |
| Return the command code for this statement. | |
Sql_cmd_repair_table represents the REPAIR TABLE statement.
| Sql_cmd_repair_table::Sql_cmd_repair_table | ( | ) | [inline] |
Constructor, used to represent a REPAIR TABLE statement.
| bool Sql_cmd_repair_table::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