mariadb/storage/xtradb/fil
Marko Mäkelä 3a6af51a8a Do not crash XtraDB when fil_space_acquire() fails
This reverts part of commit 50eb40a2a8
which backported the code from MariaDB 10.2. The XtraDB version of
the code included a ut_error statement (aborting the process) when
a tablespace is not found. Luckily this change was not part of a
release; MariaDB 10.1.22 had been released some days earlier.
2017-04-21 13:10:28 +03:00
..
fil0crypt.cc xtradb: fil_crypt_rotate_page, space_id should be compared to TRX_SYS_SPACE not space 2017-04-05 16:29:08 +10:00
fil0fil.cc Do not crash XtraDB when fil_space_acquire() fails 2017-04-21 13:10:28 +03:00
fil0pagecompress.cc MDEV-11759: Encryption code in MariaDB 10.1/10.2 causes 2017-02-06 15:40:16 +02:00