diff options
author | Alfranio Correia <alfranio.correia@sun.com> | 2009-12-14 10:40:42 +0000 |
---|---|---|
committer | Alfranio Correia <alfranio.correia@sun.com> | 2009-12-14 10:40:42 +0000 |
commit | 46fe96c11f18edcb112235804e1eadccda78b986 (patch) | |
tree | 4585113cf368aa06010dcc56085eaebc821b43eb /sql/log.h | |
parent | 23438dacf0aaa7cfa5f59a569a3fd3774d7c958f (diff) | |
parent | ac647f5a3eb12313f981800ac1fd0c562402abcc (diff) | |
download | mariadb-git-46fe96c11f18edcb112235804e1eadccda78b986.tar.gz |
merge mysql-5.1-rep+2 --> mysql-5.1-rep+3
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h index af65c9a5b22..60b065dfb39 100644 --- a/sql/log.h +++ b/sql/log.h @@ -574,6 +574,8 @@ 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. */ void cleanup_base(); /* Free memory. Nothing could be logged after this function is called */ |