mariadb/storage/innobase/buf
Sergey Vojtovich 757a1ff33a Applying InnoDB snapshot, fixes BUG#38901
Detailed revision comments:

r6613 | inaam | 2010-02-09 20:23:09 +0200 (Tue, 09 Feb 2010) | 11 lines
branches/5.1: Fix Bug #38901
InnoDB logs error repeatedly when trying to load page into buffer pool

In buf_page_get_gen() if we are unable to read a page (because of
corruption or some other reason) we keep on retrying. This fills up
error log with millions of entries in no time and we'd eventually run
out of disk space. This patch limits the number of attempts that we
make (currently set to 100) and after that we abort with a message.

rb://241 Approved by: Heikki
2010-02-26 13:03:58 +04:00
..
buf0buf.c Applying InnoDB snapshot, fixes BUG#38901 2010-02-26 13:03:58 +04:00
buf0flu.c Apply the following InnoDB snapshots: 2007-03-22 15:59:35 -06:00
buf0lru.c Apply InnoDB snapshot innodb-5.1-2858, part 8. Fixes 2008-12-14 13:47:17 -07:00
buf0rea.c Applying InnoDB snapshot, fixes BUG#38901 2010-02-26 13:03:58 +04:00