summaryrefslogtreecommitdiff
path: root/storage/xtradb/handler/ha_innodb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/handler/ha_innodb.cc')
-rw-r--r--storage/xtradb/handler/ha_innodb.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/xtradb/handler/ha_innodb.cc b/storage/xtradb/handler/ha_innodb.cc
index c18cab7510e..43a99cafb64 100644
--- a/storage/xtradb/handler/ha_innodb.cc
+++ b/storage/xtradb/handler/ha_innodb.cc
@@ -1230,6 +1230,7 @@ normalize_table_name_low(
ibool set_lower_case); /* in: TRUE if we want to set
name to lower case */
+#ifdef NOT_USED
/*************************************************************//**
Removes old archived transaction log files.
@return true on error */
@@ -1255,6 +1256,7 @@ static bool innobase_purge_archive_logs(
}
return (err != DB_SUCCESS);
}
+#endif
/*************************************************************//**
Check for a valid value of innobase_commit_concurrency.