1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge branch '10.2' into 10.3

This commit is contained in:
Sergei Golubchik
2018-09-26 20:49:51 +02:00
436 changed files with 9699 additions and 196654 deletions

View File

@@ -7877,7 +7877,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, is_com_multi,
is_next_command);