List:Commits« Previous MessageNext Message »
From:ahristov Date:October 18 2006 12:47pm
Subject:bk commit into 5.1 tree (andrey:1.2367)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey 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-18 14:47:15+02:00, andrey@stripped +1 -0
  Merge example.com:/work/bug23379/my50-bug23379
  into  example.com:/work/bug23379/my51-bug23379
  MERGE: 1.1810.2178.3

  sql/sql_class.cc@stripped, 2006-10-18 14:47:05+02:00, andrey@stripped +0 -0
    Auto merged
    MERGE: 1.223.10.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:	andrey
# Host:	example.com
# Root:	/work/bug23379/my51-bug23379/RESYNC

--- 1.293/sql/sql_class.cc	2006-10-18 14:47:25 +02:00
+++ 1.294/sql/sql_class.cc	2006-10-18 14:47:25 +02:00
@@ -240,7 +240,7 @@ THD::THD()
 #endif
   // Must be reset to handle error with THD's created for init of mysqld
   lex->current_select= 0;
-  start_time=(time_t) 0;
+  start_time= time_after_lock=(time_t) 0;
   current_linfo =  0;
   slave_thread = 0;
   variables.pseudo_thread_id= 0;
Thread
bk commit into 5.1 tree (andrey:1.2367)ahristov18 Oct