mirror of https://github.com/MariaDB/server
Browse Source
commit 08ba388713
of MDEV-12353
introduced an incorrect assumption, which was documented by
the failing assertion.
After instant ADD COLUMN, we can have a null (and in-place) UPDATE
of NULL to NULL. No data needs to be written for such updates.
For ROW_FORMAT=REDUNDANT, we reserve space for the NULL values,
and to be compatible with existing behaviour, we will zerofill
the unused data bytes when updating to NULL value.
10.5-MDEV-13362
5 changed files with 62 additions and 5 deletions
Loading…
Reference in new issue