Below is the list of changes that have just been committed into a local
4.1 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:23:59+05:00, svoj@stripped +1 -0
Addition to fix for
BUG#25712 - insert delayed and check table run together report crashed
tables
Fixed wrongly applied patch.
mysys/my_seek.c@stripped, 2007-05-17 15:23:58+05:00, svoj@stripped +1 -1
Addition to fix for
BUG#25712 - insert delayed and check table run together report crashed
tables
Fixed wrongly applied patch.
# 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-4.1-engines
--- 1.15/mysys/my_seek.c 2007-05-16 23:42:31 +05:00
+++ 1.16/mysys/my_seek.c 2007-05-17 15:23:58 +05:00
@@ -58,7 +58,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 4.1 tree (svoj:1.2652) BUG#25712 | Sergey Vojtovich | 17 May |