diff options
author | monty@tik.mysql.com <> | 2000-10-15 18:45:53 +0300 |
---|---|---|
committer | monty@tik.mysql.com <> | 2000-10-15 18:45:53 +0300 |
commit | 9323e733ff9bfbbc7555de94cb9b603f47502905 (patch) | |
tree | 51edb97a7ba1e486acf5bdba590984b73c775b29 /heap/hp_extra.c | |
parent | 00625e0f8fe6f748763100a3a46787691835d83e (diff) | |
download | mariadb-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.c | 1 |
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; |