mariadb/storage/innobase/row
Thirunarayanan Balathandayuthapani e9145aab44 MDEV-19435 buf_fix_count > 0 for corrupted page when it exits the LRU list
Problem:
=========
One of the purge thread access the corrupted page and tries to remove from
LRU list. In the mean time, other purge threads are waiting for same page
in buf_wait_for_read(). Assertion(buf_fix_count == 0) fails for the
purge thread which tries to remove the page from LRU list.

Solution:
========
- Set the page id as FIL_NULL to indicate the page is corrupted before
removing the block from LRU list. Acquire hash lock for the particular
page id and wait for the other threads to release buf_fix_count
for the block.

- Added the error check for btr_cur_open() in row_search_on_row_ref().
2019-06-13 16:13:51 +03:00
..
row0ext.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0ftsort.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0import.cc MDEV-19695 Import tablespace doesn't work with ROW_FORMAT=COMPRESSED encrypted tablespace 2019-06-06 12:54:34 +05:30
row0ins.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0log.cc MDEV-19725 Incorrect error handling in ALTER TABLE 2019-06-10 18:15:25 +03:00
row0merge.cc MDEV-19725 Incorrect error handling in ALTER TABLE 2019-06-10 18:15:25 +03:00
row0mysql.cc Merge 10.1 into 10.2 2019-05-13 18:48:28 +03:00
row0purge.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0quiesce.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0row.cc MDEV-19435 buf_fix_count > 0 for corrupted page when it exits the LRU list 2019-06-13 16:13:51 +03:00
row0sel.cc MDEV-19541: Avoid infinite loop of reading a corrupted page 2019-05-29 11:20:56 +03:00
row0trunc.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0uins.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0umod.cc Remove unnecessary pointer indirection for rw_lock_t 2019-05-13 18:46:12 +03:00
row0undo.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0upd.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0vers.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00