mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
8 lines
290 B
Plaintext
8 lines
290 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
|