diff options
author | serg@serg.mylan <> | 2003-10-31 10:34:34 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-10-31 10:34:34 +0100 |
commit | 74551a72ec4603e1a29f119da5479e70afd7949c (patch) | |
tree | e3649ecfe44ca927dd7369b8cd2116bb28646ad0 /sql/ha_myisam.h | |
parent | e5d60351884b93c81f501f1da056bdccfd2d19d1 (diff) | |
parent | 906ad716cc73b5b1388f761c5f7edbcad2f4c1ca (diff) | |
download | mariadb-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.h | 1 |
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); |