mariadb/mysql-test/suite/sys_vars/t/sysvars_wsrep.test
Daniel Black bbef745574 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.
2017-04-18 11:47:58 +10:00

13 lines
431 B
Text

--source include/have_wsrep.inc
--source include/word_size.inc
--let $datadir = `SELECT @@datadir`
--let $hostname = `SELECT @@hostname`
--replace_result $datadir DATADIR
--let $hostname_regex=/^$hostname\$/HOSTNAME/
--replace_regex $hostname_regex /wsrep_[0-9]{2}\.[0-9]{1,2}/wsrep_MAJVER.MINVER/
--vertical_results
select * from information_schema.system_variables
where variable_name like 'wsrep%'
order by variable_name;