List:Commits« Previous MessageNext Message »
From:bar Date:November 16 2006 8:28am
Subject:bk commit into 5.0 tree (bar:1.2305)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bar. When bar 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-11-16 12:28:09+04:00, bar@stripped +1 -0
  Merge mysql.com:/usr/home/bar/mysql-5.0-rpl
  into  mysql.com:/usr/home/bar/mysql-5.0.b23619
  MERGE: 1.2283.4.4

  sql/log_event.cc@stripped, 2006-11-16 12:28:04+04:00, bar@stripped +0 -0
    Auto merged
    MERGE: 1.214.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:	bar
# Host:	bar.intranet.mysql.r18.ru
# Root:	/usr/home/bar/mysql-5.0.b23619/RESYNC

--- 1.215/sql/log_event.cc	2006-11-16 12:28:18 +04:00
+++ 1.216/sql/log_event.cc	2006-11-16 12:28:18 +04:00
@@ -1212,6 +1212,7 @@ bool Query_log_event::write(IO_CACHE* fi
   
   /* Store length of status variables */
   status_vars_len= (uint) (start-start_of_status);
+  DBUG_ASSERT(status_vars_len <= MAX_SIZE_LOG_EVENT_STATUS);
   int2store(buf + Q_STATUS_VARS_LEN_OFFSET, status_vars_len);
 
   /*
Thread
bk commit into 5.0 tree (bar:1.2305)bar16 Nov