diff options
author | igor@rurik.mysql.com <> | 2003-06-12 04:29:02 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2003-06-12 04:29:02 -0700 |
commit | f547f2769f6419384d2def370d579e1d672dec5e (patch) | |
tree | 0a5a6a2ab9cef24b378ef32a9096714667680cc5 /sql/handler.h | |
parent | 7009100cde6a20913eee42f9dba6d81ad3014e70 (diff) | |
download | mariadb-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/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 8c23a3625e0..a2408ab0fe0 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -304,6 +304,7 @@ public: virtual int optimize(THD* thd,HA_CHECK_OPT* check_opt); virtual int analyze(THD* thd, HA_CHECK_OPT* check_opt); virtual int backup(THD* thd, HA_CHECK_OPT* check_opt); + virtual int preload_keys(THD* thd, HA_CHECK_OPT* check_opt); /* restore assumes .frm file must exist, and that generate_table() has been called; It will just copy the data file and run repair. |