mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 21:55:33 +02:00
Merge 10.11 into 11.1
This commit is contained in:
commit
d34289a3e2
148 changed files with 2528 additions and 693 deletions
|
|
@ -1925,6 +1925,11 @@ int Query_log_event::do_apply_event(rpl_group_info *rgi,
|
|||
thd->variables.pseudo_thread_id= thread_id; // for temp tables
|
||||
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));
|
||||
#endif
|
||||
|
||||
if (unlikely(!(expected_error= !is_rb_alter ? error_code : 0)) ||
|
||||
ignored_error_code(expected_error) ||
|
||||
!unexpected_error_code(expected_error))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue