MDEV-19563 Removed references to deprecated option innodb_locks_unsafe_for_binlog
innodb_locks_unsafe_for_binlog variabe removed from wsrep_info test configuration and recommendation to use this variable in README-wsrep was removed as well Also relates to issue: MDEV-19544
This commit is contained in:
parent
9d886de499
commit
efc3cb9322
@ -269,9 +269,6 @@ innodb_autoinc_lock_mode=2
|
|||||||
autoinc lock modes 0 and 1 can cause unresolved deadlock, and make
|
autoinc lock modes 0 and 1 can cause unresolved deadlock, and make
|
||||||
the system unresponsive.
|
the system unresponsive.
|
||||||
|
|
||||||
innodb_locks_unsafe_for_binlog=1
|
|
||||||
This option is required for parallel applying.
|
|
||||||
|
|
||||||
5.2 WSREP OPTIONS
|
5.2 WSREP OPTIONS
|
||||||
|
|
||||||
All options are optional except for wsrep_provider, wsrep_cluster_address, and
|
All options are optional except for wsrep_provider, wsrep_cluster_address, and
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
wsrep-on=1
|
wsrep-on=1
|
||||||
binlog-format=row
|
binlog-format=row
|
||||||
innodb-autoinc-lock-mode=2
|
innodb-autoinc-lock-mode=2
|
||||||
innodb-locks-unsafe-for-binlog=1
|
|
||||||
wsrep-cluster-address=gcomm://
|
wsrep-cluster-address=gcomm://
|
||||||
wsrep_provider=@ENV.WSREP_PROVIDER
|
wsrep_provider=@ENV.WSREP_PROVIDER
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user