1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

InnoDB: Implement fast TRUNCATE TABLE (Bug #7150)

This commit is contained in:
marko@hundin.mysql.fi
2005-01-11 16:28:07 +02:00
parent 10f41d7cc4
commit 1fdff1f344
8 changed files with 441 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class ha_innobase: public handler
int create(const char *name, register TABLE *form,
HA_CREATE_INFO *create_info);
int delete_all_rows();
int delete_table(const char *name);
int rename_table(const char* from, const char* to);
int check(THD* thd, HA_CHECK_OPT* check_opt);