summaryrefslogtreecommitdiff
path: root/sql/wsrep_utils.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2020-08-17 08:57:13 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2020-08-25 12:12:44 +0300
commit0be70a1b773ce66ef1803fcce19522fd9c60c07d (patch)
tree20beb43e081986db41c00b30bef6ed531748742e /sql/wsrep_utils.h
parent6fa40b85be8cd35d337a4b4b7cf910a81518d298 (diff)
downloadmariadb-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.h2
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;
};