diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-09-18 17:35:08 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-09-18 17:35:08 +0200 |
commit | dec45aca77ee23557c59411fa9abf037e5343739 (patch) | |
tree | 1a55e58684ed202d76c24ee59cc86504294a2cbe /sql/rpl_parallel.cc | |
parent | 46fab5b32a84a1ffd181dd16b5cd63958faf010b (diff) | |
download | mariadb-git-bb-10.6-MDEV-16440-2.tar.gz |
MDEV-23752 SHOW EXPLAIN FOR thd waits for sleepbb-10.6-MDEV-16440-2
my_apc awake thread after request.
Diffstat (limited to 'sql/rpl_parallel.cc')
-rw-r--r-- | sql/rpl_parallel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_parallel.cc b/sql/rpl_parallel.cc index 72347d93ad1..1f10c945d12 100644 --- a/sql/rpl_parallel.cc +++ b/sql/rpl_parallel.cc @@ -2203,7 +2203,7 @@ rpl_parallel_entry::choose_thread(rpl_group_info *rgi, bool *did_enter_cond, /* We need to do the debug_sync before ENTER_COND(). Because debug_sync changes the thd->mysys_var->current_mutex, - and this can cause THD::awake to use the wrong mutex. + and this can cause THD::kill_me_pls to use the wrong mutex. */ DBUG_EXECUTE_IF("rpl_parallel_wait_queue_max", { |