summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-02-14 03:27:54 +0200
committerMonty <monty@mariadb.org>2018-03-29 13:59:40 +0300
commit0631f20ff75269f2ce427200d8116bb2b6c75605 (patch)
treee1af576590590dc630bb4e08b0dfcb0782fd981a /sql/sp_head.h
parentc3f37c070ce1224173fa5ed9033d50aa6f0bc535 (diff)
downloadmariadb-git-0631f20ff75269f2ce427200d8116bb2b6c75605.tar.gz
Fixed some DBUG_PRINT to use %p properly
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index 4cef33a76a7..f588f79b599 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -831,7 +831,7 @@ public:
*/
DBUG_PRINT("info", ("lex->get_stmt_unsafe_flags(): 0x%x",
prelocking_ctx->get_stmt_unsafe_flags()));
- DBUG_PRINT("info", ("sp_head(0x%p=%s)->unsafe_flags: 0x%x",
+ DBUG_PRINT("info", ("sp_head(%p=%s)->unsafe_flags: 0x%x",
this, name()->str, unsafe_flags));
prelocking_ctx->set_stmt_unsafe_flags(unsafe_flags);
DBUG_VOID_RETURN;