diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-11-12 16:55:44 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-11-12 16:55:44 +0200 |
commit | 33cb10d4e9793d1b6800be22e8eb9ceffdd8af4a (patch) | |
tree | 19de2029cc51b44d05e2253681ec6e8cf8d229c6 /sql/table.h | |
parent | e5f99a0c0ccbb6cbf4a816fed552af9c20cc32e9 (diff) | |
parent | 5098d708a07f90484c9e13fe3ab58113a8a10191 (diff) | |
download | mariadb-git-33cb10d4e9793d1b6800be22e8eb9ceffdd8af4a.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 8297774c4d2..700c5f036fd 100644 --- a/sql/table.h +++ b/sql/table.h @@ -1518,6 +1518,7 @@ public: bool is_filled_at_execution(); bool update_const_key_parts(COND *conds); + void initialize_quick_structures(); my_ptrdiff_t default_values_offset() const { return (my_ptrdiff_t) (s->default_values - record[0]); } |