1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix bad merge from #14262.

sql/sql_trigger.cc:
  Correct previous patch regarding binlog-entry type.
This commit is contained in:
unknown
2006-10-20 17:44:03 -04:00
parent e892ca2ad2
commit f565eaf21f
2 changed files with 13 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ end:
thd->clear_error();
/* Such a statement can always go directly to binlog, no trans cache. */
thd->binlog_query(THD::MYSQL_QUERY_TYPE,
thd->binlog_query(THD::MYSQL_STMT_TYPE,
stmt_query.ptr(), stmt_query.length(), FALSE, FALSE);
}
}