diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-05-16 16:32:45 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-05-20 09:46:03 +0200 |
commit | 485ece6da9fcbfcc630c2b88aa9e9e42e36e3a50 (patch) | |
tree | 7f8de0bb46086c6d8029fb704be93564f3b86966 /mysql-test/r/mysqld--help.result | |
parent | f6a7c1c75ac68dbd23c0666bf586126c2e5b3617 (diff) | |
download | mariadb-git-485ece6da9fcbfcc630c2b88aa9e9e42e36e3a50.tar.gz |
MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index a35693eb93e..cc432652db8 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1143,7 +1143,7 @@ big-tables FALSE bind-address (No default value) binlog-annotate-row-events FALSE binlog-cache-size 32768 -binlog-checksum NONE +binlog-checksum CRC32 binlog-commit-wait-count 0 binlog-commit-wait-usec 100000 binlog-direct-non-transactional-updates FALSE |