List:Internals« Previous MessageNext Message »
From:sergeyv Date:October 17 2005 5:36pm
Subject:bk commit into 5.0 tree (SergeyV:1.2006) BUG#13377
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of sergeyv. When sergeyv 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.2006 05/10/17 19:36:20 SergeyV@selena. +1 -0
  Bug #13377. Small update, code formatting.

  sql/log.cc
    1.179 05/10/17 19:36:06 SergeyV@selena. +2 -2
    Bug #13377. Small update, code formatting.

# 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:	SergeyV
# Host:	selena.
# Root:	H:/MYSQL/src/#13377-mysql-5.0

--- 1.178/sql/log.cc	2005-10-17 19:08:55 +04:00
+++ 1.179/sql/log.cc	2005-10-17 19:36:06 +04:00
@@ -965,7 +965,7 @@
     goto err;
   }
 
-  reset_pending = true;
+  reset_pending= true;
   /* 
     send update signal just in case so that all reader threads waiting
     for log update will leave wait condition
@@ -996,7 +996,7 @@
   my_free((gptr) save_name, MYF(0));
 
 err:
-  reset_pending = false;
+  reset_pending= false;
 
   (void) pthread_mutex_unlock(&LOCK_thread_count);
   pthread_mutex_unlock(&LOCK_readers);
Thread
bk commit into 5.0 tree (SergeyV:1.2006) BUG#13377sergeyv17 Oct