mariadb/storage/innobase
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
..
btr MDEV-28422 Page split breaks a gap lock 2022-04-27 13:38:08 +03:00
buf MDEV-28389: Simplify the InnoDB corrupted page output 2022-06-27 09:49:49 +03:00
data MDEV-23644 Assertion on evaluating foreign referential action for self-reference in system versioned table 2020-12-22 03:33:53 +03:00
dict MDEV-28389: Simplify the InnoDB corrupted page output 2022-06-27 09:49:49 +03:00
eval Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
fil Merge 10.2 into 10.3 2022-04-06 08:06:35 +03:00
fsp Merge 10.2 into 10.3 2021-10-28 07:50:05 +03:00
fts MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
fut Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
gis Merge branch '10.2' into 10.3 2022-05-07 11:48:15 +02:00
ha Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
handler MDEV-28389: Simplify the InnoDB corrupted page output 2022-06-27 09:49:49 +03:00
ibuf MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention point 2022-04-21 09:15:18 +03:00
include MDEV-28389: Simplify the InnoDB corrupted page output 2022-06-27 09:49:49 +03:00
lock MDEV-17843 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_queue_validate upon SHOW ENGINE INNODB STATUS 2022-05-04 12:51:28 +03:00
log MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mtr Merge 10.2 into 10.3 2021-09-22 18:01:41 +03:00
mysql-test/storage_engine
os MDEV-28716: Portability: unlink() can return EPERM instead of EISDIR 2022-06-01 11:13:15 +03:00
page Fixed compile errors when compiling with HAVE_valgrind 2021-08-24 23:05:21 +03:00
pars Merge 10.2 into 10.3 2021-11-09 08:26:59 +02:00
que Merge 10.2 into 10.3 (except MDEV-17556) 2021-01-11 09:41:54 +02:00
read Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
rem MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 2021-04-13 10:28:13 +03:00
row MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table 2022-06-09 10:57:28 +03:00
srv MDEV-28541 Unused counter Innodb_encryption_key_rotation_list_length 2022-05-16 13:45:17 +03:00
sync MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention point 2022-04-21 09:15:18 +03:00
trx MDEV-27800: Avoid garbage TRX_UNDO_TRX_NO on TRX_UNDO_CACHED pages 2022-02-28 12:12:12 +02:00
unittest MDEV-19522 fixup: Use correct printf format 2021-10-21 15:53:35 +03:00
ut Cleanup: Remove unused error code DB_FORCED_ABORT 2022-06-08 14:23:21 +03:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google
COPYING.Percona
innodb.cmake MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
plugin_exports
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00