diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-10-30 21:39:55 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-11-17 19:28:39 +0000 |
commit | faee08c10c767375aca26d126fff1a832330fc43 (patch) | |
tree | f4954ea2f108a742231cf4e10c5001771b15121a /mysql-test/r/mysqld--help.result | |
parent | 5b3da95bf362b158e45e8aaf70f24e917ef074a3 (diff) | |
download | mariadb-git-faee08c10c767375aca26d126fff1a832330fc43.tar.gz |
MDEV-14114 Intoduce variable for binlog io cache size.
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index b5d68d6bee2..157148f80f4 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -67,6 +67,8 @@ The following options may be given as the first argument: --binlog-do-db=name Tells the master it should log updates for the specified database, and exclude all others not explicitly mentioned. + --binlog-file-cache-size=# + The size of file cache for the binary log --binlog-format=name What form of binary logging the master will use: either ROW for row-based binary logging, STATEMENT for @@ -1290,6 +1292,7 @@ binlog-checksum CRC32 binlog-commit-wait-count 0 binlog-commit-wait-usec 100000 binlog-direct-non-transactional-updates FALSE +binlog-file-cache-size 16384 binlog-format MIXED binlog-optimize-thread-scheduling TRUE binlog-row-event-max-size 8192 |