diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-02-22 09:22:03 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-02-22 09:22:03 +0100 |
commit | b728641e862df46b97616ce965cfa78ebf3f14aa (patch) | |
tree | cd335135d6b576551a43147d1e220f47868700aa /include/heap.h | |
parent | 88d1c1c5514dc922699e69d64877b7788c74ffcc (diff) | |
parent | 7bd258c44c00f232ecf4ec448179f114b878227b (diff) | |
download | mariadb-git-b728641e862df46b97616ce965cfa78ebf3f14aa.tar.gz |
Merge branch '5.5' into 10.0
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 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 */ |