summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-22 09:22:03 +0100
committerSergei Golubchik <serg@mariadb.org>2018-02-22 09:22:03 +0100
commitb728641e862df46b97616ce965cfa78ebf3f14aa (patch)
treecd335135d6b576551a43147d1e220f47868700aa /include/heap.h
parent88d1c1c5514dc922699e69d64877b7788c74ffcc (diff)
parent7bd258c44c00f232ecf4ec448179f114b878227b (diff)
downloadmariadb-git-b728641e862df46b97616ce965cfa78ebf3f14aa.tar.gz
Merge branch '5.5' into 10.0
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/heap.h b/include/heap.h
index 724cf6c5f98..e92f649b87b 100644
--- a/include/heap.h
+++ b/include/heap.h
@@ -144,6 +144,7 @@ typedef struct st_heap_share
uint key_version; /* Updated on key change */
uint file_version; /* Update on clear */
uint reclength; /* Length of one record */
+ uint visible; /* Offset to the visible/deleted mark */
uint changed;
uint keys,max_key_length;
uint currently_disabled_keys; /* saved value from "keys" when disabled */