summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2003-10-31 10:34:34 +0100
committerserg@serg.mylan <>2003-10-31 10:34:34 +0100
commit74551a72ec4603e1a29f119da5479e70afd7949c (patch)
treee3649ecfe44ca927dd7369b8cd2116bb28646ad0 /sql/ha_myisam.h
parente5d60351884b93c81f501f1da056bdccfd2d19d1 (diff)
parent906ad716cc73b5b1388f761c5f7edbcad2f4c1ca (diff)
downloadmariadb-git-74551a72ec4603e1a29f119da5479e70afd7949c.tar.gz
Merge bk-internal:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r--sql/ha_myisam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h
index 38dce25d1fb..e6297373fea 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -127,6 +127,7 @@ class ha_myisam: public handler
int optimize(THD* thd, HA_CHECK_OPT* check_opt);
int restore(THD* thd, HA_CHECK_OPT* check_opt);
int backup(THD* thd, HA_CHECK_OPT* check_opt);
+ int assign_to_keycache(THD* thd, HA_CHECK_OPT* check_opt);
int preload_keys(THD* thd, HA_CHECK_OPT* check_opt);
#ifdef HAVE_REPLICATION
int dump(THD* thd, int fd);