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-24 15:00:50 +0300
commitf5a3b118df034a2412fa744ae132f1af09ba8111 (patch)
treebd09b40201ee887f0860846cc2cde3e222c968ff /sql/wsrep_utils.h
parentf3160ee44f8f3ae4e5eeea768e289ec40253f35e (diff)
downloadmariadb-git-bb-10.2-MDEV-23483.tar.gz
MDEV-23483: Set Galera SST thd as system threadbb-10.2-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 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;
};