1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Makela 352b6bc9a8 Bug#19584379 Reporting corruption may corrupt the innodb data dictionary
dict_set_corrupted(): Use the canonical way of searching for
less-than-equal (PAGE_CUR_LE) and then checking low_match.

The code that was introduced in MySQL 5.5.17 in
    Bug#11830883 SUPPORT "CORRUPTED" BIT FOR INNODB TABLES AND INDEXES
could position the cursor on the page supremum, and then attempt
to overwrite non-existing 7th field of the 1-field supremum record.

Approved by Jimmy Yang
2014-10-27 14:27:08 +02:00
..
2010-05-05 13:13:05 +03:00
2011-08-19 09:06:50 +02:00
2010-10-04 13:38:05 +03:00
2012-02-17 11:52:51 +02:00
2011-11-10 16:50:34 +02:00
2010-06-20 22:43:34 +02:00
2013-09-12 21:26:15 +02:00