summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-22 14:12:02 +0100
committerSergei Golubchik <serg@mariadb.org>2018-02-22 14:12:02 +0100
commita04e4f531a7d0574171cc49e42a8fbd289e9c6c1 (patch)
tree4aa3df05611b76b1ed469c13037106cf264d1ba3 /include
parent504beb132523511e93e91cc422bcd413ca556828 (diff)
parentb728641e862df46b97616ce965cfa78ebf3f14aa (diff)
downloadmariadb-git-a04e4f531a7d0574171cc49e42a8fbd289e9c6c1.tar.gz
Merge branch '10.0' into 10.1
Diffstat (limited to 'include')
-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 */