List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:May 17 2007 12:27pm
Subject:bk commit into 5.0 tree (svoj:1.2467)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of svoj. When svoj 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, 2007-05-17 15:27:56+05:00, svoj@stripped +1 -0
  Merge mysql.com:/home/svoj/devel/mysql/BUG25712/mysql-4.1-engines
  into  mysql.com:/home/svoj/devel/mysql/BUG25712/mysql-5.0-engines
  MERGE: 1.1616.3023.9

  mysys/my_seek.c@stripped, 2007-05-17 15:27:54+05:00, svoj@stripped +0 -0
    Auto merged
    MERGE: 1.11.3.2

# 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:	svoj
# Host:	june.mysql.com
# Root:	/home/svoj/devel/mysql/BUG25712/mysql-5.0-engines/RESYNC

--- 1.21/mysys/my_seek.c	2007-05-17 00:40:24 +05:00
+++ 1.22/mysys/my_seek.c	2007-05-17 15:27:54 +05:00
@@ -61,7 +61,7 @@ my_off_t my_seek(File fd, my_off_t pos, 
   {
     pthread_mutex_lock(&my_file_info[fd].mutex);
     newpos= lseek(fd, pos, whence);
-    pthread_mutex_lock(&my_file_info[fd].mutex);
+    pthread_mutex_unlock(&my_file_info[fd].mutex);
   }
   else
 #endif
Thread
bk commit into 5.0 tree (svoj:1.2467)Sergey Vojtovich17 May