mariadb/storage/xtradb/fil
Jan Lindström 2f25c653ad MDEV-8074: Failing assertion: mutex->magic_n == MUTEX_MAGIC_N in file sync0sync.cc line 508
Problem was that e.g. on crash recovery fil_space_crypt_close_tablespace
and fil_space_crypt_mark_space_closing access mutex that is not yet
initialized. Mutex is naturally initialized only if encryption is
configured.
2015-05-06 14:11:30 +03:00
..
fil0crypt.cc MDEV-8074: Failing assertion: mutex->magic_n == MUTEX_MAGIC_N in file sync0sync.cc line 508 2015-05-06 14:11:30 +03:00
fil0fil.cc add support for --innodb-encrypt-tables=FORCE 2015-04-10 02:53:32 +02:00
fil0pagecompress.cc Merge branch 'bb-10.1-jan-encryption' into bb-10.1-serg 2015-04-09 19:27:40 +02:00