diff options
author | unknown <paul@teton.kitebird.com> | 2002-08-27 21:02:08 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-08-27 21:02:08 -0500 |
commit | c2f4bae2291c59e6d779135cb864fe5efbd46cd2 (patch) | |
tree | 6dde763b55192a0d5b56fedb7e9a83ba6e98740c | |
parent | bc157f27b9b92e3910c096a4b30f066b6d1f3b90 (diff) | |
download | mariadb-git-c2f4bae2291c59e6d779135cb864fe5efbd46cd2.tar.gz |
manual.texi max_bin_log_size -> max_binlog_size
Docs/manual.texi:
max_bin_log_size -> max_binlog_size
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 03fe3a959b9..62a2ecac7a0 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -23341,7 +23341,7 @@ To the binary log filename @code{mysqld} will append an extension that is a number that is incremented each time you execute @code{mysqladmin refresh}, execute @code{mysqladmin flush-logs}, execute the @code{FLUSH LOGS} statement or restart the server. A new binary log will also -automatically be created when it reaches @code{max_bin_log_size}. You can +automatically be created when it reaches @code{max_binlog_size}. You can delete all not active binary log files with the @code{RESET MASTER} command. @xref{RESET}. |