mariadb/storage/innobase/fil
Jan Lindström 62b5a56191 MDEV-8501: encryption.create_or_replace fails in buildbot on P8 builders
Analysis: There is race between drop table and encryption threads that
could cause encryption thread to enter mutex that has been already
released.

Fix: When destroying crypt_data first enter the mutex and set crypt data
unavailable, then release the memory and clean up the data. This should
make the race more unprobable. Additionally, added big_test for
create_or_replace as it could fail testcase timeout
if you have slow I/O (tested that testcase passes with --mem).
2015-07-21 12:51:14 +03:00
..
fil0crypt.cc MDEV-8501: encryption.create_or_replace fails in buildbot on P8 builders 2015-07-21 12:51:14 +03:00
fil0fil.cc cleanup: remove unused function argument 2015-06-27 09:40:57 +02:00
fil0pagecompress.cc MDEV-8395: InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE) 2015-06-30 18:49:47 +03:00