diff options
Diffstat (limited to 'storage/innobase/trx/trx0trx.cc')
-rw-r--r-- | storage/innobase/trx/trx0trx.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/trx/trx0trx.cc b/storage/innobase/trx/trx0trx.cc index b209412903f..68a60e36ce3 100644 --- a/storage/innobase/trx/trx0trx.cc +++ b/storage/innobase/trx/trx0trx.cc @@ -505,6 +505,7 @@ trx_free(trx_t*& trx) assert_trx_is_free(trx); trx->mysql_thd = 0; + trx->mysql_log_file_name = 0; // FIXME: We need to avoid this heap free/alloc for each commit. if (trx->autoinc_locks != NULL) { |