summaryrefslogtreecommitdiff
path: root/sql/ha_myisam.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-07-23 20:39:36 +0300
committermonty@mashka.mysql.fi <>2002-07-23 20:39:36 +0300
commit4233d3a3d485545111919182dbf26b9364e05b7e (patch)
treedd3586b209432966efbbf77cd272760438711106 /sql/ha_myisam.h
parent7b83805443218e06b4cb7aa7cdf1eb87808d5cb5 (diff)
parentdddc20d9d1eea5fd526a2082a43801fed304afe4 (diff)
downloadmariadb-git-4233d3a3d485545111919182dbf26b9364e05b7e.tar.gz
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 d70f3f11d4e..215608f8f0a 100644
--- a/sql/ha_myisam.h
+++ b/sql/ha_myisam.h
@@ -100,6 +100,7 @@ class ha_myisam: public handler
my_off_t row_position() { return mi_position(file); }
void info(uint);
int extra(enum ha_extra_function operation);
+ int extra_opt(enum ha_extra_function operation, ulong cache_size);
int reset(void);
int external_lock(THD *thd, int lock_type);
int delete_all_rows(void);