mirror of
https://github.com/MariaDB/server.git
synced 2026-04-18 06:15:32 +02:00
Merged lp:maria/maria-10.0-galera up to revision 3879. Added a new functions to handler API to forcefully abort_transaction, producing fake_trx_id, get_checkpoint and set_checkpoint for XA. These were added for future possiblity to add more storage engines that could use galera replication.
7 lines
254 B
SQL
7 lines
254 B
SQL
# To be used in a test which should be skipped if server is compiled with wsrep
|
|
# support (-DWITH_WSREP=ON) and wsrep plugin is ACTIVE.
|
|
|
|
-- require r/not_wsrep.require
|
|
disable_query_log;
|
|
SELECT VERSION() LIKE '%wsrep%' AS 'HAVE_WSREP';
|
|
enable_query_log;
|