Commit ec5bdb51 authored by unknown's avatar unknown
Browse files

Fix bad merge.

parent e99c123a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ bool mysql_create_or_drop_trigger(THD *thd, TABLE_LIST *tables, bool create)
      thd->clear_error();

      /* Such a statement can always go directly to binlog, no trans cache. */
      thd->binlog_query(THD::MYSQL_STMT_TYPE,
      thd->binlog_query(THD::STMT_QUERY_TYPE,
                        stmt_query.ptr(), stmt_query.length(), FALSE, FALSE);
    }
  }