mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.0-galera' into 10.1
This commit is contained in:
@ -7262,7 +7262,9 @@ static void wsrep_mysql_parse(THD *thd, char *rawbuf, uint length,
|
||||
"WAIT_FOR wsrep_retry_autocommit_continue";
|
||||
DBUG_ASSERT(!debug_sync_set_action(thd, STRING_WITH_LEN(act)));
|
||||
});
|
||||
WSREP_DEBUG("Retry autocommit query: %s", thd->query());
|
||||
}
|
||||
|
||||
mysql_parse(thd, rawbuf, length, parser_state);
|
||||
|
||||
if (WSREP(thd)) {
|
||||
|
Reference in New Issue
Block a user