summaryrefslogtreecommitdiff
path: root/sql/backup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/backup.cc')
-rw-r--r--sql/backup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/backup.cc b/sql/backup.cc
index 73cd13ffe2a..a44e12102c1 100644
--- a/sql/backup.cc
+++ b/sql/backup.cc
@@ -204,7 +204,7 @@ static bool backup_flush(THD *thd)
Free unused tables and table shares so that mariabackup knows what
is safe to copy
*/
- tc_purge(false);
+ tc_purge();
tdc_purge(true);
DBUG_RETURN(0);