• Marko Mäkelä's avatar
    Empty the PAGE_FREE list after deleting or shortening the 'default row' · 817b2394
    Marko Mäkelä authored
    We must know the size of each entry in the PAGE_FREE list.
    After rolling back an instant ADD COLUMN operation, if the
    'default row' is put into the PAGE_FREE list, we would be
    unable to determine its size (if it is in ROW_FORMAT=COMPACT
    or ROW_FORMAT=DYNAMIC) because it would contain more fields
    than the rolled-back definition of the clustered index.
    817b2394
instant_alter_crash.result 2.99 KB