summaryrefslogtreecommitdiff
path: root/storage/innobase/dict/dict0stats.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/dict/dict0stats.cc')
-rw-r--r--storage/innobase/dict/dict0stats.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/innobase/dict/dict0stats.cc b/storage/innobase/dict/dict0stats.cc
index 797f76862fa..03330664264 100644
--- a/storage/innobase/dict/dict0stats.cc
+++ b/storage/innobase/dict/dict0stats.cc
@@ -326,7 +326,7 @@ dict_stats_exec_sql(
}
if (trx_started) {
- trx_free(trx);
+ trx->free();
}
return(err);
@@ -2569,7 +2569,7 @@ func_exit:
trx_commit_for_mysql(trx);
end:
- trx_free(trx);
+ trx->free();
goto func_exit;
}
@@ -3039,7 +3039,7 @@ dict_stats_fetch_from_ps(
trx_commit_for_mysql(trx);
- trx_free(trx);
+ trx->free();
if (!index_fetch_arg.stats_were_modified) {
return(DB_STATS_DO_NOT_EXIST);