summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-01-14 13:06:46 +0200
committerunknown <marko@hundin.mysql.fi>2005-01-14 13:06:46 +0200
commitc277421d06a7442aa7e25bf85b5b918fec1c45c0 (patch)
treec124bb848a5246da2b2d3d75af907dcf50d1b80f /sql/ha_innodb.h
parent6f3b5a478bfe30631597683699658362dfc29c8b (diff)
parent4017b57bbb9927824ca85afd44aec6f4905b1ded (diff)
downloadmariadb-git-c277421d06a7442aa7e25bf85b5b918fec1c45c0.tar.gz
Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0
into hundin.mysql.fi:/home/marko/j/mysql-5.0 innobase/include/row0mysql.h: Auto merged sql/ha_innodb.cc: Auto merged sql/ha_innodb.h: Auto merged
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index 0cb55e02ae3..2154e238fd1 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -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);