mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
Fix tests affected by new configuration variable on Galera.
This commit is contained in:
parent
48924ae9c5
commit
8b92c64298
@ -866,6 +866,12 @@ The following specify which files/extra groups are read (specified before remain
|
||||
--wsrep-causal-reads
|
||||
(DEPRECATED) Setting this variable is equivalent to
|
||||
setting wsrep_sync_wait READ flag
|
||||
--wsrep-certification-rules=name
|
||||
Certification rules to use in the cluster. Possible
|
||||
values are: "strict": stricter rules that could result in
|
||||
more certification failures. "optimized": relaxed rules
|
||||
that allow more concurrency and cause less certification
|
||||
failures.
|
||||
--wsrep-certify-nonPK
|
||||
Certify tables with no primary key
|
||||
(Defaults to on; use --skip-wsrep-certify-nonPK to disable.)
|
||||
@ -1198,6 +1204,7 @@ wait-timeout 28800
|
||||
wsrep-OSU-method TOI
|
||||
wsrep-auto-increment-control TRUE
|
||||
wsrep-causal-reads FALSE
|
||||
wsrep-certification-rules strict
|
||||
wsrep-certify-nonPK TRUE
|
||||
wsrep-cluster-address
|
||||
wsrep-cluster-name my_wsrep_cluster
|
||||
|
@ -10,5 +10,6 @@ there should be *no* long test name listed below:
|
||||
select distinct variable_name as `there should be *no* variables listed below:` from t2
|
||||
left join t1 on variable_name=test_name where test_name is null;
|
||||
there should be *no* variables listed below:
|
||||
wsrep_certification_rules
|
||||
drop table t1;
|
||||
drop table t2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user