Addition to fix for

BUG#25712 - insert delayed and check table run together report crashed
            tables
Fixed wrongly applied patch.
This commit is contained in:
unknown 2007-05-17 15:23:59 +05:00
parent 6e09887f5d
commit a656c71e8a

View File

@ -58,7 +58,7 @@ my_off_t my_seek(File fd, my_off_t pos, int whence,
{
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