Skip to content

Commit b2770ad

Browse files
mayprasadahlerlend
authored andcommitted
Bug#33924532 : Assert failure in purge which tries to purge UNDO across INSTANT DDL
Post push fix for memcached test. Reviewed by : Debarun Banerjee <[email protected]>
1 parent 8bf118e commit b2770ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/innobase/api/api0api.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ static void ib_update_col(
12461246
upd_field->orig_len = 0;
12471247

12481248
upd_field->field_no = dict_col_get_clust_pos(&table->cols[col_no], index);
1249+
IF_DEBUG(upd_field->field_phy_pos = table->cols[col_no].get_col_phy_pos();)
12491250
}
12501251

12511252
/** Checks which fields have changed in a row and stores the new data

0 commit comments

Comments
 (0)