Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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-09-04 14:26:18+02:00, jonas@stripped +1 -0
bug#21965
merge to 5.1 - yet another merge fix
sql/log.cc@stripped, 2006-09-04 14:26:16+02:00, jonas@stripped +1 -1
yet another merge fix
# 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: jonas
# Host: perch.ndb.mysql.com
# Root: /home/jonas/src/51-work
--- 1.224/sql/log.cc 2006-09-04 14:26:24 +02:00
+++ 1.225/sql/log.cc 2006-09-04 14:26:24 +02:00
@@ -2266,7 +2266,7 @@
return ret;
}
-int MYSQL_LOG::raw_get_current_log(LOG_INFO* linfo)
+int MYSQL_BIN_LOG::raw_get_current_log(LOG_INFO* linfo)
{
strmake(linfo->log_file_name, log_file_name, sizeof(linfo->log_file_name)-1);
linfo->pos = my_b_tell(&log_file);
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2294) BUG#21965 | jonas | 4 Sep |