1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

merge 10.2->10.3 with conflict resolutions

This commit is contained in:
Andrei Elkin
2019-11-11 16:28:21 +02:00
10 changed files with 290 additions and 5 deletions

View File

@@ -1481,6 +1481,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]); }