mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
TODO-5067 : Add test case for Galera library protocol versions
This version of test requires Galera library 26.4.21 to work. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
This commit is contained in:
parent
7c9cbe684b
commit
28463b2824
2 changed files with 20 additions and 0 deletions
7
mysql-test/suite/wsrep/r/wsrep_protocol_versions.result
Normal file
7
mysql-test/suite/wsrep/r/wsrep_protocol_versions.result
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Correct Galera library found
|
||||
show status like 'wsrep_protocol%';
|
||||
Variable_name Value
|
||||
wsrep_protocol_application 4
|
||||
wsrep_protocol_gcs 5
|
||||
wsrep_protocol_replicator 11
|
||||
wsrep_protocol_version 11
|
13
mysql-test/suite/wsrep/t/wsrep_protocol_versions.cnf
Normal file
13
mysql-test/suite/wsrep/t/wsrep_protocol_versions.cnf
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Use default setting for mysqld processes
|
||||
!include include/default_mysqld.cnf
|
||||
|
||||
[mysqld.1]
|
||||
wsrep-on=ON
|
||||
binlog-format=ROW
|
||||
innodb-flush-log-at-trx-commit=1
|
||||
wsrep-cluster-address=gcomm://
|
||||
wsrep-provider=@ENV.WSREP_PROVIDER
|
||||
innodb-autoinc-lock-mode=2
|
||||
#galera_port=@OPT.port
|
||||
#ist_port=@OPT.port
|
||||
#sst_port=@OPT.port
|
Loading…
Reference in a new issue