Skip to content
Permalink
Browse files
MDEV-20888 : Galera test failure on galera.galera_pc_ignore_sb: 2013:…
… Lost connection to MySQL server during query

Add debug info.
  • Loading branch information
Jan Lindström committed May 24, 2022
1 parent 665c01d commit 0263944
Showing 1 changed file with 11 additions and 0 deletions.
@@ -0,0 +1,11 @@
!include ../galera_2nodes.cnf

[mysqld]
wsrep_debug=1

[mysqld.1]
wsrep_provider_options='base_port=@mysqld.1.#galera_port;gcache.size=1;pc.ignore_sb=true'

[mysqld.2]
wsrep_provider_options='base_port=@mysqld.2.#galera_port;gcache.size=1;pc.ignore_sb=true'

0 comments on commit 0263944

Please sign in to comment.