diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-16 13:28:37 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-11-16 13:28:37 +0200 |
commit | f85012246cec2a774c5c1fa895b1e593eaf69081 (patch) | |
tree | 5bcf70305f154b14511009732f52b294be14d58a /VERSION | |
parent | 89337d510e9780d6533c3db4d42969b2338a7610 (diff) | |
download | mariadb-git-f85012246cec2a774c5c1fa895b1e593eaf69081.tar.gz |
MDEV-17735 Assertion failure in row_parse_int() on first ADD/DROP COLUMN
row_ins_clust_index_entry_low(): Do not attempt to read an AUTO_INCREMENT
column value from a metadata record, because it does not make any sense.
Moreover, the field offset would be off by one in case the AUTO_INCREMENT
column is not part of the PRIMARY KEY, because the MDEV-15562 metadata
record would contain an extra field at index->first_user_field().
On MariaDB Server 10.3 after MDEV-11369, we would unnecessarily read
a dummy AUTO_INCREMENT value from the metadata record, but that value
would always be written as NULL or 0, so there is no problem.
Diffstat (limited to 'VERSION')
0 files changed, 0 insertions, 0 deletions