mariadb/storage/xtradb/fil
Jan Lindström 53623d932a MDEV-8522: InnoDB: Assertion failure in file fil0fil.cc line 475
Analysis: In fil_crypt_space_needs_rotation we first make sure that
tablespace is found and then separately that it is normal tablespace.
Thus, tablespace could be dropped between these two functions calls.

Fix: If space is not found from fil_system return tablespace type
ULINT_UNDEFINED and naturally do not continue rotating space.
2015-07-22 08:42:52 +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 MDEV-8522: InnoDB: Assertion failure in file fil0fil.cc line 475 2015-07-22 08:42:52 +03:00
fil0pagecompress.cc MDEV-8395: InnoDB: Assertion failure in file fil0pagecompress.cc line 539 (SIGFPE) 2015-06-30 18:49:47 +03:00