mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.0-galera' into 10.1
This commit is contained in:
@ -10,7 +10,8 @@ TOI
|
||||
|
||||
# scope
|
||||
SELECT @@session.wsrep_osu_method;
|
||||
ERROR HY000: Variable 'wsrep_OSU_method' is a GLOBAL variable
|
||||
@@session.wsrep_osu_method
|
||||
TOI
|
||||
SET @@global.wsrep_osu_method=TOI;
|
||||
SELECT @@global.wsrep_osu_method;
|
||||
@@global.wsrep_osu_method
|
||||
|
Reference in New Issue
Block a user