Skip to content

Commit

Permalink
Merge pull request percona#3597 from altmannmarcelo/PS-5.7-5844
Browse files Browse the repository at this point in the history
PS-5844 Memory leak after 'innodb.alter_crash' - in 'prepare_inplace_…
  • Loading branch information
altmannmarcelo authored Jan 14, 2020
2 parents c2c7ee6 + 36c77ad commit d393431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/row/row0merge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4338,6 +4338,7 @@ row_merge_create_index(
this index, to ensure read consistency. */
ut_ad(index->trx_id == trx->id);
} else {
dict_mem_index_free(index);
index = NULL;
}

Expand Down

0 comments on commit d393431

Please sign in to comment.