From f547f2769f6419384d2def370d579e1d672dec5e Mon Sep 17 00:00:00 2001 From: "igor@rurik.mysql.com" <> Date: Thu, 12 Jun 2003 04:29:02 -0700 Subject: Many files: New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement. --- sql/ha_myisam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/ha_myisam.h') diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h index 154429ecc0d..8486e25556b 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 preload_keys(THD* thd, HA_CHECK_OPT* check_opt); #ifdef HAVE_REPLICATION int dump(THD* thd, int fd); int net_read_dump(NET* net); -- cgit v1.2.1