287
287
int delete_all_rows(void);
288
288
int repair(THD* thd, HA_CHECK_OPT* check_opt);
289
294
int analyze(THD* thd, HA_CHECK_OPT* check_opt);
290
295
int optimize(THD* thd, HA_CHECK_OPT* check_opt);
291
296
int check(THD* thd, HA_CHECK_OPT* check_opt);
292
298
ha_rows records_in_range(uint inx, key_range *min_key, key_range *max_key);
294
300
int delete_system_table(const char *table_path);