mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Do not compile wsrep_provider plugin if WITH_WSREP is not enabled. We should not enable wsrep_provider plugin if WSREP_ON=OFF and at that case we can only print information that Plugin 'wsrep-provider' is disabled. Make sure tests require Galera library 26.4.14 if needed.
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
--source include/have_wsrep.inc
|
|
--source include/have_innodb.inc
|
|
|
|
SELECT @@wsrep_on;
|
|
|
|
select variable_type, global_value from information_schema.system_variables where variable_name = 'wsrep_provider%';
|