mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fixed print format.
This commit is contained in:
parent
91511216fc
commit
99d07aa9bd
1 changed files with 1 additions and 1 deletions
|
@ -3089,7 +3089,7 @@ void mysqld_stmt_execute(THD *thd, char *packet_arg, uint packet_length)
|
|||
thd->profiling.set_query_source(stmt->query(), stmt->query_length());
|
||||
#endif
|
||||
DBUG_PRINT("exec_query", ("%s", stmt->query()));
|
||||
DBUG_PRINT("info",("stmt: 0x%p iterations: %lu", stmt, iterations));
|
||||
DBUG_PRINT("info",("stmt: %p iterations: %lu", stmt, iterations));
|
||||
|
||||
open_cursor= MY_TEST(flags & (ulong) CURSOR_TYPE_READ_ONLY);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue