mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge branch '10.5' into 10.6
This commit is contained in:
commit
066e8d6aea
177 changed files with 3874 additions and 972 deletions
|
|
@ -1738,8 +1738,11 @@ int Query_log_event::do_apply_event(rpl_group_info *rgi,
|
|||
DBUG_PRINT("query",("%s", thd->query()));
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
WSREP_DEBUG("Query_log_event thread=%llu for query=%s",
|
||||
thd_get_thread_id(thd), wsrep_thd_query(thd));
|
||||
if (WSREP(thd))
|
||||
{
|
||||
WSREP_DEBUG("Query_log_event thread=%llu for query=%s",
|
||||
thd_get_thread_id(thd), wsrep_thd_query(thd));
|
||||
}
|
||||
#endif
|
||||
|
||||
if (unlikely(!(expected_error= error_code)) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue