Hello,
I saw 'max_binlog_size' description in the manual (http://dev.mysql.com/doc/refman/5.1/en/replication-options-binary-log.html), saying
"If a write to the binary log causes the current log file size to exceed the value of this variable, the server rotates the binary logs (closes the current file and opens the next one). The minimum value is 4096 bytes. The maximum and default value is 1GB. "
My question is values of 'max_binlog_size' is maximal size of one binlog file, or total size of all binlog files?
Alex
I saw 'max_binlog_size' description in the manual (http://dev.mysql.com/doc/refman/5.1/en/replication-options-binary-log.html), saying
"If a write to the binary log causes the current log file size to exceed the value of this variable, the server rotates the binary logs (closes the current file and opens the next one). The minimum value is 4096 bytes. The maximum and default value is 1GB. "
My question is values of 'max_binlog_size' is maximal size of one binlog file, or total size of all binlog files?
Alex