summaryrefslogtreecommitdiff
path: root/heap/hp_extra.c
diff options
context:
space:
mode:
authormonty@tik.mysql.com <>2000-10-15 18:45:53 +0300
committermonty@tik.mysql.com <>2000-10-15 18:45:53 +0300
commit9323e733ff9bfbbc7555de94cb9b603f47502905 (patch)
tree51edb97a7ba1e486acf5bdba590984b73c775b29 /heap/hp_extra.c
parent00625e0f8fe6f748763100a3a46787691835d83e (diff)
downloadmariadb-git-9323e733ff9bfbbc7555de94cb9b603f47502905.tar.gz
Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB tables
Diffstat (limited to 'heap/hp_extra.c')
-rw-r--r--heap/hp_extra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/heap/hp_extra.c b/heap/hp_extra.c
index 581ca1e8e56..133be01c676 100644
--- a/heap/hp_extra.c
+++ b/heap/hp_extra.c
@@ -29,6 +29,7 @@ int heap_extra(register HP_INFO *info, enum ha_extra_function function)
switch (function) {
case HA_EXTRA_RESET:
+ case HA_EXTRA_RESET_STATE:
info->lastinx= -1;
info->current_record= (ulong) ~0L;
info->current_hash_ptr=0;