MDEV-12288 follow-up: Adjust PAGE_MAX_TRX_ID in online ADD INDEX
row_log_table_apply_convert_mrec(), row_log_table_apply_insert_low(), row_log_table_apply_insert(), row_log_table_apply_update(): Remove the trx_id parameter. The clustered index may contain DB_TRX_ID=0, but PAGE_MAX_TRX_ID=0 is invalid for secondary indexes. Use the current transaction ID when inserting secondary index records. row_log_table_apply_op(): Remove the trx_id_col parameter.
Showing
Please register or sign in to comment