summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-08 20:45:53 +0300
committermonty@hundin.mysql.fi <>2001-09-08 20:45:53 +0300
commit442c03f071bb44973d300fc438dc250dbd3fc866 (patch)
treeace5d8956a44c55c16f2016294db718ae8fb43a1 /sql/ha_berkeley.h
parente24bdfa8bbd7963e63bbcae87e809e6f4925b785 (diff)
downloadmariadb-git-442c03f071bb44973d300fc438dc250dbd3fc866.tar.gz
Fix bugs when using LOCK TABLES with BDB tables
Optimized remove of key when using internal cursor in BDB tables.
Diffstat (limited to 'sql/ha_berkeley.h')
-rw-r--r--sql/ha_berkeley.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_berkeley.h b/sql/ha_berkeley.h
index 3eb793937ae..fda7d2f2069 100644
--- a/sql/ha_berkeley.h
+++ b/sql/ha_berkeley.h
@@ -93,7 +93,7 @@ class ha_berkeley: public handler
HA_BLOB_KEY | HA_NOT_EXACT_COUNT |
HA_PRIMARY_KEY_IN_READ_INDEX | HA_DROP_BEFORE_CREATE |
HA_AUTO_PART_KEY),
- last_dup_key((uint) -1),version(0),using_ignore(0)
+ changed_rows(0),last_dup_key((uint) -1),version(0),using_ignore(0)
{
}
~ha_berkeley() {}