mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
afdf19cf33
Query cache should be invalidated if we are not in applier. For some reason this condition was incorrect starting from 10.5 but it is correct in 10.4. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
25 lines
384 B
INI
25 lines
384 B
INI
!include ../galera_2x2nodes.cnf
|
|
|
|
[mysqld.1]
|
|
wsrep_gtid_domain_id=1
|
|
server-id=11
|
|
query_cache_type=1
|
|
query_cache_size=15M
|
|
|
|
[mysqld.2]
|
|
wsrep_gtid_domain_id=1
|
|
server-id=12
|
|
query_cache_type=1
|
|
query_cache_size=15M
|
|
|
|
[mysqld.3]
|
|
wsrep_gtid_domain_id=2
|
|
server-id=13
|
|
query_cache_type=1
|
|
query_cache_size=15M
|
|
|
|
[mysqld.4]
|
|
wsrep_gtid_domain_id=2
|
|
server-id=21
|
|
query_cache_type=1
|
|
query_cache_size=15M
|