• Marko Mäkelä's avatar
    Fix instant ADD after instant DROP · 51bd08c8
    Marko Mäkelä authored
    row_metadata_to_tuple(), row_rec_to_index_entry_impl():
    Add the parameter "pad" to determine whether
    the tuple should be padded to the index fields (on ALTER TABLE it should),
    or whether it should remain at its original size (on rollback).
    
    trx_undo_page_report_modify(): Avoid out-of-bounds access to record fields.
    
    row_quiesce_write_index_fields(): Do not crash when the table contains
    an instantly dropped column.
    51bd08c8
row0row.h 15.8 KB