diff options
author | Sergei Golubchik <serg@mariadb.org> | 2019-05-04 23:32:45 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2019-05-07 18:40:36 +0200 |
commit | 88961a28e2694db18acb6d355089e52ac2b9a769 (patch) | |
tree | 237eba3cc014ce043d69340dd735a90193a70467 /sql/log.h | |
parent | 15c79c41e435758392a1474fccf45978fec1e45c (diff) | |
download | mariadb-git-88961a28e2694db18acb6d355089e52ac2b9a769.tar.gz |
MDEV-17710 "unknown error" with FLUSH LOGS if log directory is not writeable
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h index 7dfdb36c442..91a7dcd80ab 100644 --- a/sql/log.h +++ b/sql/log.h @@ -26,6 +26,7 @@ class Relay_log_info; class Format_description_log_event; +bool reopen_fstreams(const char *filename, FILE *outstream, FILE *errstream); void setup_log_handling(); bool trans_has_updated_trans_table(const THD* thd); bool stmt_has_updated_trans_table(const THD *thd); |