Below is the list of changes that have just been committed into a local
5.0 repository of heikki. When heikki 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
1.1915 05/04/29 12:11:04 heikki@stripped +1 -0
ha_innodb.cc:
Fix compilation error on Windows in innobase_report_binlog_offset_and_commit()
sql/ha_innodb.cc
1.201 05/04/29 12:10:47 heikki@stripped +1 -1
Fix compilation error on Windows in innobase_report_binlog_offset_and_commit()
# 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: heikki
# Host: hundin.mysql.fi
# Root: /home/heikki/mysql-5.0
--- 1.200/sql/ha_innodb.cc Wed Apr 27 19:28:55 2005
+++ 1.201/sql/ha_innodb.cc Fri Apr 29 12:10:47 2005
@@ -1632,7 +1632,7 @@
#endif /* HAVE_REPLICATION */
trx->flush_log_later = TRUE;
- innobase_commit(thd, trx_handle);
+ innobase_commit(thd, TRUE);
trx->flush_log_later = FALSE;
| Thread |
|---|
| • bk commit into 5.0 tree (heikki:1.1915) | Heikki Tuuri | 29 Apr |