summaryrefslogtreecommitdiff
path: root/sql/wsrep_utils.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2020-08-17 08:43:36 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2020-08-25 07:06:37 +0300
commitafc7a97f9ff46eb23c0369b23acc9801631f3c59 (patch)
tree2ca66b657ac832dc3f31ed13a76477ee0fb5afb4 /sql/wsrep_utils.h
parent65ee216c35d843da7883d255219ab011e20340c2 (diff)
downloadmariadb-git-afc7a97f9ff46eb23c0369b23acc9801631f3c59.tar.gz
MDEV-23483: Set Galera SST thd as system threadbb-10.5-MDEV-23483
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 4b010816a40..974c623521e 100644
--- a/sql/wsrep_utils.h
+++ b/sql/wsrep_utils.h
@@ -303,7 +303,7 @@ class thd
public:
- thd(my_bool wsrep_on);
+ thd(my_bool wsrep_on, bool system_thread=false);
~thd();
THD* const ptr;
};