1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

refs codership/mysql-wsrep#202 Fix bad cherry-pick (and the compiler warnings it generated)

This commit is contained in:
Philip Stoev
2015-10-19 04:14:51 -07:00
parent 43b2a451fe
commit 52a910395a

View File

@@ -1478,6 +1478,7 @@ void wsrep_to_isolation_end(THD *thd)
#define WSREP_MDL_LOG(severity, msg, schema, schema_len, req, gra) \
WSREP_##severity( \
"%s\n" \
"schema: %.*s\n" \
"request: (%lu \tseqno %lld \twsrep (%d, %d, %d) cmd %d %d \t%s)\n" \
"granted: (%lu \tseqno %lld \twsrep (%d, %d, %d) cmd %d %d \t%s)", \