mariadb/storage/xtradb/lock
Marko Mäkelä 39d248fa55 MDEV-16092 Crash in encryption.create_or_replace
If the tablespace is dropped or truncated after the
space->is_stopping() check in fil_crypt_get_page_throttle_func(),
we would proceed to request the page, and eventually report a fatal
error.

buf_page_get_gen(): Do not retry reading if mode==BUF_GET_POSSIBLY_FREED.

lock_rec_block_validate(): Be prepared for a NULL return value when
invoking buf_page_get_gen() with mode=BUF_GET_POSSIBLY_FREED.
2018-05-04 22:44:33 +03:00
..
lock0iter.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
lock0lock.cc MDEV-16092 Crash in encryption.create_or_replace 2018-05-04 22:44:33 +03:00
lock0wait.cc Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00