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