We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf118e commit b2770adCopy full SHA for b2770ad
storage/innobase/api/api0api.cc
@@ -1246,6 +1246,7 @@ static void ib_update_col(
1246
upd_field->orig_len = 0;
1247
1248
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();)
1250
}
1251
1252
/** Checks which fields have changed in a row and stores the new data
0 commit comments