summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2003-06-12 04:29:02 -0700
committerigor@rurik.mysql.com <>2003-06-12 04:29:02 -0700
commitf547f2769f6419384d2def370d579e1d672dec5e (patch)
tree0a5a6a2ab9cef24b378ef32a9096714667680cc5 /sql/ha_myisam.h
parent7009100cde6a20913eee42f9dba6d81ad3014e70 (diff)
downloadmariadb-git-f547f2769f6419384d2def370d579e1d672dec5e.tar.gz
Many files:
New feature: preload indexes into key cache. mi_preload.c: new file Many files: Added preload statement.
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 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);