summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0mem.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2016-12-29 15:05:04 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2016-12-29 15:05:04 +0200
commit7bcae22bf196a35435bd297da76a853827edaeb7 (patch)
tree1a334369ee487695221173c27ef71933e64dcbe0 /storage/innobase/include/dict0mem.h
parentab89359dde2f8fce2f1b7d233587804f459b9348 (diff)
parent6f4f9f2843d452d29883fe8d136e938980e6b376 (diff)
downloadmariadb-git-7bcae22bf196a35435bd297da76a853827edaeb7.tar.gz
Merge branch 'bb-10.2-mdev-6076' into 10.2
Diffstat (limited to 'storage/innobase/include/dict0mem.h')
-rw-r--r--storage/innobase/include/dict0mem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/innobase/include/dict0mem.h b/storage/innobase/include/dict0mem.h
index 8cefdddad65..74bb00b730b 100644
--- a/storage/innobase/include/dict0mem.h
+++ b/storage/innobase/include/dict0mem.h
@@ -1468,6 +1468,11 @@ struct dict_table_t {
/** Number of virtual columns. */
unsigned n_v_cols:10;
+ /** 1 + the position of autoinc counter field in clustered
+ index, or 0 if there is no persistent AUTO_INCREMENT column in
+ the table. */
+ unsigned persistent_autoinc:10;
+
/** TRUE if it's not an InnoDB system table or a table that has no FK
relationships. */
unsigned can_be_evicted:1;