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:
parent
6e09887f5d
commit
a656c71e8a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user