Browse Source
MDEV-5878: Failing assertion: mutex_own(mutex) with innodb_use_fallocate=ON.
MDEV-5878: Failing assertion: mutex_own(mutex) with innodb_use_fallocate=ON.
Analysis: This was merge error on file fil0fil.cc. fil_system mutex was taken twice because of this. Fix: Remove unnecessary mutex_enter and fixed the issue with slow posix_fallocate usage.pull/22/head
6 changed files with 75 additions and 35 deletions
-
35storage/innobase/fil/fil0fil.cc
-
11storage/innobase/include/os0file.h
-
1storage/innobase/os/os0file.cc
-
50storage/xtradb/fil/fil0fil.cc
-
12storage/xtradb/include/os0file.h
-
1storage/xtradb/os/os0file.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue