summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0undo.cc
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2019-12-02 13:35:54 +0300
committerAleksey Midenkov <midenok@gmail.com>2019-12-02 13:35:54 +0300
commit8ed646f0712b8f459439dfcdc3cf4ae45d79ec95 (patch)
tree4f1c760e447fde08e9f68253fd1c353f58832917 /storage/innobase/trx/trx0undo.cc
parent523879dd51c3bf2ad23295852304531d856cc869 (diff)
parent0b8b11b0b15f2d3d20dc801e50fa2beedc080dad (diff)
downloadmariadb-git-8ed646f0712b8f459439dfcdc3cf4ae45d79ec95.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'storage/innobase/trx/trx0undo.cc')
-rw-r--r--storage/innobase/trx/trx0undo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/trx/trx0undo.cc b/storage/innobase/trx/trx0undo.cc
index ac61e41da01..60622582480 100644
--- a/storage/innobase/trx/trx0undo.cc
+++ b/storage/innobase/trx/trx0undo.cc
@@ -1616,7 +1616,7 @@ trx_undo_commit_cleanup(trx_undo_t* undo, bool is_temp)
/* Delete first the undo log segment in the file */
mutex_exit(&rseg->mutex);
- trx_undo_seg_free(undo, true);
+ trx_undo_seg_free(undo, is_temp);
mutex_enter(&rseg->mutex);
ut_ad(rseg->curr_size > undo->size);