mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-23483: Set Galera SST thd as system thread
Revert change to MDL and set SST donor thread as a system thread. Joiner thread was already a system thread.
This commit is contained in:
@ -298,7 +298,7 @@ class thd
|
||||
|
||||
public:
|
||||
|
||||
thd(my_bool wsrep_on);
|
||||
thd(my_bool wsrep_on, bool system_thread=false);
|
||||
~thd();
|
||||
THD* const ptr;
|
||||
};
|
||||
|
Reference in New Issue
Block a user