Skip to content
Permalink
Browse files
Replace setting QPLAN_ADMIN directly with prepare_logs_for_admin_comm…
…and()
  • Loading branch information
montywi committed Mar 8, 2019
1 parent d3e3bb7 commit ec66320
Showing 1 changed file with 1 addition and 1 deletion.
@@ -6383,7 +6383,7 @@ mysql_execute_command(THD *thd)
DBUG_ASSERT(first_table == all_tables && first_table != 0);
/* fall through */
case SQLCOM_ALTER_SEQUENCE:
thd->query_plan_flags|= QPLAN_ADMIN;
thd->prepare_logs_for_admin_command();
/* fall through */
case SQLCOM_SIGNAL:
case SQLCOM_RESIGNAL:

0 comments on commit ec66320

Please sign in to comment.