mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
tests: sys_vars.sysvars_wsrep
Rather than bumping the version again, *d036cc9b2f
, and again *5a4ec8e60b
, and again * 7f19330c595e3183d079fe2c18eecc74740e8f83; Just accept version numbers change. Also accept that people may want to test this against more than one version.
This commit is contained in:
@ -367,7 +367,7 @@ READ_ONLY NO
|
|||||||
COMMAND_LINE_ARGUMENT OPTIONAL
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
||||||
VARIABLE_NAME WSREP_PATCH_VERSION
|
VARIABLE_NAME WSREP_PATCH_VERSION
|
||||||
SESSION_VALUE NULL
|
SESSION_VALUE NULL
|
||||||
GLOBAL_VALUE wsrep_25.19
|
GLOBAL_VALUE wsrep_MAJVER.MINVER
|
||||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||||
DEFAULT_VALUE NULL
|
DEFAULT_VALUE NULL
|
||||||
VARIABLE_SCOPE GLOBAL
|
VARIABLE_SCOPE GLOBAL
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
--replace_result $datadir DATADIR
|
--replace_result $datadir DATADIR
|
||||||
--let $hostname_regex=/^$hostname\$/HOSTNAME/
|
--let $hostname_regex=/^$hostname\$/HOSTNAME/
|
||||||
--replace_regex $hostname_regex
|
--replace_regex $hostname_regex /wsrep_[0-9]{2}\.[0-9]{1,2}/wsrep_MAJVER.MINVER/
|
||||||
--vertical_results
|
--vertical_results
|
||||||
select * from information_schema.system_variables
|
select * from information_schema.system_variables
|
||||||
where variable_name like 'wsrep%'
|
where variable_name like 'wsrep%'
|
||||||
|
Reference in New Issue
Block a user