diff options
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 7a133d84f89..e35ee16cf4b 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -5949,7 +5949,7 @@ mysql_execute_command(THD *thd) lex->create_info.set(DDL_options_st::OPT_IF_EXISTS); DBUG_ASSERT(lex->m_sql_cmd != NULL); res= lex->m_sql_cmd->execute(thd); - DBUG_PRINT("result", ("res: %d killed: %d is_error: %d", + DBUG_PRINT("result", ("res: %d killed: %d is_error(): %d", res, thd->killed, thd->is_error())); break; default: |