mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
41fa564c88
* Collect and pass apply error data to provider * Rollback failed transaction and continue operation if provider returns SUCCESS * MTR tests for inconsistency voting
22 lines
623 B
Text
22 lines
623 B
Text
connection node_2;
|
|
connection node_1;
|
|
connection node_1;
|
|
connection node_2;
|
|
connection node_3;
|
|
connection node_3;
|
|
SET SESSION wsrep_on=OFF;
|
|
DROP SCHEMA test;
|
|
connection node_1;
|
|
CREATE SCHEMA test;
|
|
ERROR HY000: Can't create database 'test'; database exists
|
|
connection node_1;
|
|
SET SESSION wsrep_sync_wait=0;
|
|
connection node_2;
|
|
SET SESSION wsrep_sync_wait=0;
|
|
connection node_3;
|
|
SET SESSION wsrep_sync_wait=0;
|
|
disconnect node_3;
|
|
connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
|
|
Killing server ...
|
|
# restart
|
|
CALL mtr.add_suppression("WSREP: Vote 0 \\\(success\\\) on (.*) is inconsistent with group. Leaving cluster.");
|