mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue