summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authorigor@rurik.mysql.com <>2003-08-26 00:13:22 -0700
committerigor@rurik.mysql.com <>2003-08-26 00:13:22 -0700
commit40193a7fa5c302129669d3071200b117c998d36a (patch)
tree8f6c56f59666be1b54701f57e779e904575b1a4a /sql/ha_myisam.h
parent5b28d4a9a49a2d1c3225044b2cc82aa9e840687f (diff)
parent994a1ea3379566fdd4ae085d23a809727a70ce60 (diff)
downloadmariadb-git-40193a7fa5c302129669d3071200b117c998d36a.tar.gz
Manual merge
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 8486e25556b..f8ffd00a286 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);