Commit 76701c6d authored by Jan Lindström's avatar Jan Lindström

Merge pull request #105 from philip-galera/10.0-galera-mysql-wsrep-gh202

refs codership/mysql-wsrep#202 Fix bad cherry-pick (and the compiler warnings it generated)
parents 3ec139a4 52a91039
...@@ -1478,6 +1478,7 @@ void wsrep_to_isolation_end(THD *thd) ...@@ -1478,6 +1478,7 @@ void wsrep_to_isolation_end(THD *thd)
#define WSREP_MDL_LOG(severity, msg, schema, schema_len, req, gra) \ #define WSREP_MDL_LOG(severity, msg, schema, schema_len, req, gra) \
WSREP_##severity( \ WSREP_##severity( \
"%s\n" \
"schema: %.*s\n" \ "schema: %.*s\n" \
"request: (%lu \tseqno %lld \twsrep (%d, %d, %d) cmd %d %d \t%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)", \ "granted: (%lu \tseqno %lld \twsrep (%d, %d, %d) cmd %d %d \t%s)", \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment