144
144
int repair(THD* thd, HA_CHECK_OPT* check_opt);
145
145
/* This is required for SQL layer to know that we support autorepair */
146
146
bool auto_repair() const { return 1; }
149
149
int delete_all_rows(void);
151
151
bool check_if_incompatible_data(HA_CREATE_INFO *info,
154
154
THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to,
155
155
enum thr_lock_type lock_type);