mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
connection node_2;
|
|
connection node_1;
|
|
call mtr.add_suppression("WSREP\: Unknown parameter 'gmcasts\.segment'");
|
|
call mtr.add_suppression("WSREP\: Set options returned 7");
|
|
SET GLOBAL wsrep_provider_options="gmcasts.segment=1";
|
|
ERROR HY000: Incorrect arguments to SET
|
|
Unhandled exceptions: 0
|