mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
--source include/have_wsrep.inc
|
|
--source include/word_size.inc
|
|
--let $datadir = `SELECT @@datadir`
|
|
--let $hostname = `SELECT @@hostname`
|
|
|
|
--replace_result $datadir DATADIR $hostname HOSTNAME
|
|
--vertical_results
|
|
select * from information_schema.system_variables
|
|
where variable_name like 'wsrep%'
|
|
order by variable_name;
|
|
|