mariadb/storage/innobase/handler
Marko Mäkelä c86b1389de MDEV-28389: Simplify the InnoDB corrupted page output
buf_page_print(): Dump the buffer page 32 bytes (64 hexadecimal digits)
per line. In this way, the limitation in mtr
("Data too long for column 'line'") will not be triggered.

Also, do not bother decoding the page contents, because everything
is present in the hexadecimal output.

dict_index_find_on_id_low(): Merge to dict_index_get_if_in_cache_low().
The direct call in buf_page_print() was prone to crashing, in case the
table definition was concurrently evicted or dropped from the
data dictionary cache.
2022-06-27 09:49:49 +03:00
..
ha_innodb.cc MDEV-28541 Unused counter Innodb_encryption_key_rotation_list_length 2022-05-16 13:45:17 +03:00
ha_innodb.h MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2 2022-03-10 15:38:43 +03:00
handler0alter.cc Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
i_s.cc MDEV-28389: Simplify the InnoDB corrupted page output 2022-06-27 09:49:49 +03:00
i_s.h Merge 10.2 into 10.3 2021-08-23 10:14:01 +03:00