diff options
Diffstat (limited to 'mysql-test/main')
-rw-r--r-- | mysql-test/main/mysqld--help.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/main/mysqld--help.result b/mysql-test/main/mysqld--help.result index 73f4b512ed5..5857d234525 100644 --- a/mysql-test/main/mysqld--help.result +++ b/mysql-test/main/mysqld--help.result @@ -79,8 +79,8 @@ The following specify which files/extra groups are read (specified before remain --binlog-expire-logs-seconds=# If non-zero, binary logs will be purged after binlog_expire_logs_seconds seconds; It and - expire_logs_days are aliases, such that changes in one - are converted into the other. Possible purges happen at + expire_logs_days are linked, such that changes in one are + converted into the other. Possible purges happen at startup and at binary log rotation. --binlog-file-cache-size=# The size of file cache for the binary log @@ -275,7 +275,7 @@ The following specify which files/extra groups are read (specified before remain --expire-logs-days=# If non-zero, binary logs will be purged after expire_logs_days days; It and binlog_expire_logs_seconds - are aliases, such that changes in one are converted into + are linked, such that changes in one are converted into the other, presentable as a decimal value with 1/1000000 of the day precision; possible purges happen at startup and at binary log rotation |