mirror of
https://github.com/MariaDB/server.git
synced 2025-02-12 00:15:35 +01:00
![mkaruza](/assets/img/avatar_default.png)
Variable `wsrep_new_cluster` now will be TRUE also when there is only `gcomm://` used in configuration. This configuration, even without --wsrep-new-cluster, is considered to bootstrap new cluster. Updated galera GTID test to ignore warning message when non bootstrap node have server-id different thant one cluster is initialized with. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
16 lines
217 B
INI
16 lines
217 B
INI
!include ../galera_2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep_gtid_domain_id=1
|
|
wsrep_gtid_mode=ON
|
|
server-id=11
|
|
log_slave_updates
|
|
log_bin
|
|
|
|
[mysqld.2]
|
|
wsrep_gtid_domain_id=1
|
|
wsrep_gtid_mode=ON
|
|
server-id=12
|
|
log_slave_updates
|
|
log_bin
|
|
|