summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0roll.cc
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2018-03-30 15:10:40 +0400
committerSergey Vojtovich <svoj@mariadb.org>2018-04-04 14:09:37 +0400
commit3d5f7ad23ad71ab3a79a753f4c9d04d34c92f411 (patch)
tree3b8305cdd76381ec248f12352e59800ee0b7359a /storage/innobase/trx/trx0roll.cc
parent0993d6b81b6cf7a5fc0710d99e962a8271018b9d (diff)
downloadmariadb-git-3d5f7ad23ad71ab3a79a753f4c9d04d34c92f411.tar.gz
MDEV-15773 - Simplified away trx_free_for_(mysql|background)
Diffstat (limited to 'storage/innobase/trx/trx0roll.cc')
-rw-r--r--storage/innobase/trx/trx0roll.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/trx/trx0roll.cc b/storage/innobase/trx/trx0roll.cc
index b3d590482e0..6874f929726 100644
--- a/storage/innobase/trx/trx0roll.cc
+++ b/storage/innobase/trx/trx0roll.cc
@@ -833,7 +833,7 @@ discard:
trx_free_at_shutdown(trx);
}
else
- trx_free_for_background(trx);
+ trx_free(trx);
}
}
}