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:02:45 +0300
commit28b2ddea24cc25cb540760d34a46544faca3fa86 (patch)
tree860e8a156f9dfdef4ae05d176536145b1a12611c /sql/wsrep_utils.h
parent88e70f4caea34e0d7677b1fa646151b8b87dd3ab (diff)
downloadmariadb-git-bb-10.4-MDEV-23483.tar.gz
MDEV-23483: Set Galera SST thd as system threadbb-10.4-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;
};