summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-04-06 14:47:55 +0200
committerSergei Golubchik <serg@mariadb.org>2017-04-07 09:55:54 +0200
commitcd79be82d1d2c17d9f43f993b13412a2172032c4 (patch)
tree6a02e078b52a3e1820c515d2269975b039d72efd /sql/log.h
parent06ee58a7ddb9d2c2b758042c89727e6cc1605383 (diff)
downloadmariadb-git-cd79be82d1d2c17d9f43f993b13412a2172032c4.tar.gz
cleanup: unused method LOGGER::flush_logs
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h
index f1a025edfb9..4471f0be26d 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -1016,7 +1016,6 @@ public:
*/
void init_base();
void init_log_tables();
- bool flush_logs(THD *thd);
bool flush_slow_log();
bool flush_general_log();
/* Perform basic logger cleanup. this will leave e.g. error log open. */