Commit f6a111df authored by svoj@mysql.com/june.mysql.com's avatar svoj@mysql.com/june.mysql.com
Browse files

Addition to fix for

BUG#25712 - insert delayed and check table run together report crashed
            tables
Fixed wrongly applied patch.
parent 4f11124c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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