diff options
Diffstat (limited to 'include/heap.h')
-rw-r--r-- | include/heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/heap.h b/include/heap.h index 3702d88ac70..c5f2be81fb7 100644 --- a/include/heap.h +++ b/include/heap.h @@ -138,6 +138,7 @@ typedef struct st_heap_info TREE_ELEMENT *parents[MAX_TREE_HEIGHT+1]; TREE_ELEMENT **last_pos; uint lastkey_len; + my_bool implicit_emptied; #ifdef THREAD THR_LOCK_DATA lock; #endif |