mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
--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
|
|
--vertical_results
|
|
select * from information_schema.system_variables
|
|
where variable_name like 'wsrep%'
|
|
order by variable_name;
|
|
|