mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Merge 10.6 -> 10.11
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
commit
e7c6cdd842
77 changed files with 1332 additions and 274 deletions
|
|
@ -5956,7 +5956,7 @@ int Rows_log_event::do_apply_event(rpl_group_info *rgi)
|
|||
if (unlikely(open_and_lock_tables(thd, rgi->tables_to_lock, FALSE, 0)))
|
||||
{
|
||||
#ifdef WITH_WSREP
|
||||
if (WSREP(thd))
|
||||
if (WSREP(thd) && !thd->slave_thread)
|
||||
{
|
||||
WSREP_WARN("BF applier thread=%lu failed to open_and_lock_tables for "
|
||||
"%s, fatal: %d "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue