mariadb/mysql-test/suite/galera/t/galera_query_cache_invalidate.cnf
Jan Lindström afdf19cf33 MDEV-28641 : Query cache entries not invalidated on slave of a Galera cluster
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>
2023-04-04 12:12:16 +02:00

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