Skip to content

Commit

Permalink
Merge pull request #901 from laurynas-biveinis/bug1616768-5.7
Browse files Browse the repository at this point in the history
Bug1616768 5.7
  • Loading branch information
laurynas-biveinis committed Aug 25, 2016
2 parents 6b94432 + 2183a67 commit 8030001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/sql_parse.cc
Expand Up @@ -1883,7 +1883,9 @@ bool dispatch_command(THD *thd, const COM_DATA *com_data,

THD_STAGE_INFO(thd, stage_cleaning_up);
if (thd->lex->sql_command == SQLCOM_CREATE_TABLE)
{
DEBUG_SYNC(thd, "dispatch_create_table_command_before_thd_root_free");
}

if (thd->killed == THD::KILL_QUERY ||
thd->killed == THD::KILL_BAD_DATA)
Expand Down

0 comments on commit 8030001

Please sign in to comment.