diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-08-17 08:57:13 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-08-25 12:12:44 +0300 |
commit | 0be70a1b773ce66ef1803fcce19522fd9c60c07d (patch) | |
tree | 20beb43e081986db41c00b30bef6ed531748742e /sql/wsrep_utils.h | |
parent | 6fa40b85be8cd35d337a4b4b7cf910a81518d298 (diff) | |
download | mariadb-git-0be70a1b773ce66ef1803fcce19522fd9c60c07d.tar.gz |
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.
Diffstat (limited to 'sql/wsrep_utils.h')
-rw-r--r-- | sql/wsrep_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_utils.h b/sql/wsrep_utils.h index 616a6d3f457..d4d9e62a620 100644 --- a/sql/wsrep_utils.h +++ b/sql/wsrep_utils.h @@ -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; }; |