diff options
author | monty@donna.mysql.fi <> | 2001-04-19 20:41:19 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-19 20:41:19 +0300 |
commit | a94ba10f8db7556ac459e3b6d7c1ab990f47ec63 (patch) | |
tree | b9a43fcdfcccfe2291c2db879da2011530b4339f /sql/ha_berkeley.h | |
parent | 3876d83ec1a13fc310dc1839176f9d286a384ded (diff) | |
download | mariadb-git-a94ba10f8db7556ac459e3b6d7c1ab990f47ec63.tar.gz |
Fix for BDB and LOCK TABLES
Diffstat (limited to 'sql/ha_berkeley.h')
-rw-r--r-- | sql/ha_berkeley.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_berkeley.h b/sql/ha_berkeley.h index 9724d128b1f..9e657d72da1 100644 --- a/sql/ha_berkeley.h +++ b/sql/ha_berkeley.h @@ -136,6 +136,7 @@ class ha_berkeley: public handler int extra(enum ha_extra_function operation); int reset(void); int external_lock(THD *thd, int lock_type); + int start_stmt(THD *thd); void position(byte *record); int analyze(THD* thd,HA_CHECK_OPT* check_opt); int optimize(THD* thd, HA_CHECK_OPT* check_opt); |