List:Commits« Previous MessageNext Message »
From:jonas Date:September 4 2006 2:45pm
Subject:bk commit into 4.1 tree (jonas:1.2550)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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:45:13+02:00, jonas@stripped +1 -0
  Merge perch.ndb.mysql.com:/home/jonas/src/41-work
  into  perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-ndb
  MERGE: 1.2527.4.13

  sql/log.cc@stripped, 2006-09-04 14:45:11+02:00, jonas@stripped +0 -0
    Auto merged
    MERGE: 1.164.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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-4.1-ndb/RESYNC

--- 1.165/sql/log.cc	2006-09-04 14:45:15 +02:00
+++ 1.166/sql/log.cc	2006-09-04 14:45:15 +02:00
@@ -409,12 +409,17 @@
 int MYSQL_LOG::get_current_log(LOG_INFO* linfo)
 {
   pthread_mutex_lock(&LOCK_log);
+  int ret = raw_get_current_log(linfo);
+  pthread_mutex_unlock(&LOCK_log);
+  return ret;
+}
+
+int MYSQL_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);
-  pthread_mutex_unlock(&LOCK_log);
   return 0;
 }
-
 
 /*
   Move all data up in a file in an filename index file
Thread
bk commit into 4.1 tree (jonas:1.2550)jonas4 Sep