List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:September 8 2006 9:41am
Subject:bk commit into 5.1 tree (mats:1.2255)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mats. When mats 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-08 11:41:19+02:00, mats@romeo.(none) +1 -0
  Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
  into  romeo.(none):/home/bk/w3259-mysql-5.1-new-rpl
  MERGE: 1.2252.1.1

  sql/log_event.cc@stripped, 2006-09-08 11:41:14+02:00, mats@romeo.(none) +0 -0
    Auto merged
    MERGE: 1.239.1.1

# 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:	mats
# Host:	romeo.(none)
# Root:	/home/bk/w3259-mysql-5.1-new-rpl/RESYNC

--- 1.240/sql/log_event.cc	2006-09-08 11:41:25 +02:00
+++ 1.241/sql/log_event.cc	2006-09-08 11:41:25 +02:00
@@ -5369,7 +5369,7 @@
     if (master_reclength)
     {
       if (*field_ptr)
-        *master_reclength = (*field_ptr)->ptr - table->record[0];
+        *master_reclength = (*field_ptr)->ptr - (char*) table->record[0];
       else
         *master_reclength = table->s->reclength;
     }
Thread
bk commit into 5.1 tree (mats:1.2255)Mats Kindahl8 Sep