mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Docs/manual.texi
added updated for FLUSH LOGS and replication sql/log.cc fixed the log rotation bug when the log name did not change after FLUSH LOGS
This commit is contained in:
@@ -85,6 +85,10 @@ class MYSQL_LOG {
|
||||
char time_buff[20],db[NAME_LEN+1];
|
||||
char log_file_name[FN_REFLEN],index_file_name[FN_REFLEN];
|
||||
bool write_error,inited;
|
||||
bool no_rotate; // for binlog - if log name can never change
|
||||
// we should not try to rotate it or write any rotation events
|
||||
// the user should use FLUSH MASTER instead of FLUSH LOGS for
|
||||
// purging
|
||||
|
||||
public:
|
||||
MYSQL_LOG();
|
||||
|
Reference in New Issue
Block a user