diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2019-12-02 13:35:54 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2019-12-02 13:35:54 +0300 |
commit | 8ed646f0712b8f459439dfcdc3cf4ae45d79ec95 (patch) | |
tree | 4f1c760e447fde08e9f68253fd1c353f58832917 /storage/innobase/trx/trx0undo.cc | |
parent | 523879dd51c3bf2ad23295852304531d856cc869 (diff) | |
parent | 0b8b11b0b15f2d3d20dc801e50fa2beedc080dad (diff) | |
download | mariadb-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.cc | 2 |
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); |