mariadb/storage/xtradb/fil
Jan Lindström f1ca1f37c9 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.
2014-03-17 15:49:41 +02:00
..
fil0fil.cc MDEV-5878: Failing assertion: mutex_own(mutex) with innodb_use_fallocate=ON. 2014-03-17 15:49:41 +02:00