Below is the list of changes that have just been committed into a local
5.1 repository of cmiller. When cmiller does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-10-20 22:21:05-04:00, cmiller@stripped +1 -0
Fix bad merge.
sql/sql_trigger.cc@stripped, 2006-10-20 22:21:04-04:00, cmiller@stripped +1 -1
Fix bad merge.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: cmiller
# Host: zippy.cornsilk.net
# Root: /home/cmiller/work/mysql/mysql-5.1-maint
--- 1.73/sql/sql_trigger.cc 2006-10-20 22:21:10 -04:00
+++ 1.74/sql/sql_trigger.cc 2006-10-20 22:21:10 -04:00
@@ -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_STMT_TYPE,
+ thd->binlog_query(THD::STMT_QUERY_TYPE,
stmt_query.ptr(), stmt_query.length(), FALSE, FALSE);
}
}
| Thread |
|---|
| • bk commit into 5.1 tree (cmiller:1.2330) | Chad MILLER | 21 Oct |