Loading sql/sql_trigger.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
sql/sql_trigger.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading