#At file:///home/andrei/MySQL/BZR/2a-23May/WL/mysql-next-mr-wl2540/ based on revid:aelkin@stripped
3181 Andrei Elkin 2010-10-25
Bug #57555
renewing mysqld--help-win.result due to the checksum new user vars
modified:
mysql-test/r/mysqld--help-win.result
=== modified file 'mysql-test/r/mysqld--help-win.result'
--- a/mysql-test/r/mysqld--help-win.result 2010-09-01 22:59:33 +0000
+++ b/mysql-test/r/mysqld--help-win.result 2010-10-25 17:28:19 +0000
@@ -35,6 +35,10 @@ The following options may be given as th
binary log during a transaction. If you often use big,
multi-statement transactions you can increase this to get
more performance
+ --binlog-checksum=name
+ Type of BINLOG_CHECKSUM_ALG. Include checksum for log
+ events in the binary log. Possible values are NONE and
+ CRC32; default is NONE.
--binlog-direct-non-transactional-updates
Causes updates to non-transactional engines using
statement format to be written directly to binary log.
@@ -271,6 +275,10 @@ The following options may be given as th
--master-retry-count=#
The number of tries the slave will make to connect to the
master before giving up.
+ --master-verify-checksum
+ Force checksum verification of logged events in binary
+ log before sending them to slaves or printing them in
+ output of SHOW BINLOG EVENTS. Disabled by default.
--max-allowed-packet=#
Max packet length to send to or receive from the server
--max-binlog-cache-size=#
@@ -628,6 +636,13 @@ The following options may be given as th
--slave-skip-errors=name
Tells the slave thread to continue replication when a
query event returns an error from the provided list
+ --slave-sql-verify-checksum
+ Force checksum verification of replication events after
+ reading them from relay log. Note: Events are always
+ checksum-verified by slave on receiving them from the
+ network before writing them to the relay log. Enabled by
+ default.
+ (Defaults to on; use --skip-slave-sql-verify-checksum to disable.)
--slave-transaction-retries=#
Number of times the slave SQL thread will retry a
transaction in case it failed with a deadlock or elapsed
@@ -733,6 +748,7 @@ back-log 50
big-tables FALSE
bind-address (No default value)
binlog-cache-size 32768
+binlog-checksum NONE
binlog-direct-non-transactional-updates FALSE
binlog-format STATEMENT
binlog-row-event-max-size 1024
@@ -809,6 +825,7 @@ low-priority-updates FALSE
lower-case-table-names 1
master-info-file master.info
master-retry-count 86400
+master-verify-checksum FALSE
max-allowed-packet 1048576
max-binlog-cache-size 18446744073709547520
max-binlog-dump-events 0
@@ -914,6 +931,7 @@ slave-compressed-protocol FALSE
slave-exec-mode STRICT
slave-net-timeout 3600
slave-skip-errors (No default value)
+slave-sql-verify-checksum TRUE
slave-transaction-retries 10
slave-type-conversions
slow-launch-time 2
Attachment: [text/bzr-bundle] bzr/aelkin@mysql.com-20101025172819-r8oz3wrtok5vrus2.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr branch (aelkin:3181) Bug#57555 | Andrei Elkin | 26 Oct |