Details
Description
Invalid values are accepted:
MariaDB [(none)]> set global wsrep_sst_method := 'handwrite rows and send them via post'; |
Query OK, 0 rows affected (0.000 sec) |
 |
MariaDB [(none)]> select @@wsrep_sst_method; |
+---------------------------------------+ |
| @@wsrep_sst_method |
|
+---------------------------------------+ |
| handwrite rows and send them via post | |
+---------------------------------------+ |
1 row in set (0.000 sec) |
Attachments
Issue Links
- relates to
-
MDEV-23884 donor uses invalid SST methods
- Closed