Commit e232d9ce authored by svoj@june.mysql.com's avatar svoj@june.mysql.com

Merge mysql.com:/home/svoj/devel/mysql/BUG25712/mysql-5.0-engines

into  mysql.com:/home/svoj/devel/mysql/BUG25712/mysql-5.1-engines
parents 7b4907e4 8a809def
...@@ -61,7 +61,7 @@ my_off_t my_seek(File fd, my_off_t pos, int whence, ...@@ -61,7 +61,7 @@ my_off_t my_seek(File fd, my_off_t pos, int whence,
{ {
pthread_mutex_lock(&my_file_info[fd].mutex); pthread_mutex_lock(&my_file_info[fd].mutex);
newpos= lseek(fd, pos, whence); newpos= lseek(fd, pos, whence);
pthread_mutex_lock(&my_file_info[fd].mutex); pthread_mutex_unlock(&my_file_info[fd].mutex);
} }
else else
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment