Loading innobase/row/row0sel.c +0 −6 Original line number Diff line number Diff line Loading @@ -2352,16 +2352,10 @@ row_sel_store_mysql_rec( byte* blob_buf; int pad_char; ulint i; dict_index_t* index; ut_ad(prebuilt->mysql_template); ut_ad(rec_offs_validate(rec, NULL, offsets)); index = prebuilt->index; if (prebuilt->need_to_access_clustered) { index = dict_table_get_first_index(index->table); } if (prebuilt->blob_heap != NULL) { mem_heap_free(prebuilt->blob_heap); prebuilt->blob_heap = NULL; Loading Loading
innobase/row/row0sel.c +0 −6 Original line number Diff line number Diff line Loading @@ -2352,16 +2352,10 @@ row_sel_store_mysql_rec( byte* blob_buf; int pad_char; ulint i; dict_index_t* index; ut_ad(prebuilt->mysql_template); ut_ad(rec_offs_validate(rec, NULL, offsets)); index = prebuilt->index; if (prebuilt->need_to_access_clustered) { index = dict_table_get_first_index(index->table); } if (prebuilt->blob_heap != NULL) { mem_heap_free(prebuilt->blob_heap); prebuilt->blob_heap = NULL; Loading