1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite
Marko Mäkelä d67e17bb81 MDEV-24512 Assertion failed in rec_is_metadata() in btr_discard_only_page_on_level()
btr_discard_only_page_on_level(): Attempt to read the MDEV-15562 metadata
record from the leaf page, not the root page. In the root, the leftmost
(in this case, the only) node pointer would look like a metadata record.

This corruption bug was introduced in
commit 0e5a4ac253 (MDEV-15562).
The scenario is rare: a column was dropped instantly or the order of
columns was changed instantly, and then the table became empty in such
a way that in the last step, the root page had one child page.
Normally, a non-leaf B-tree page would always contain at least 2 children.
2021-01-02 16:11:55 +02:00
..
2020-12-25 09:13:28 +01:00
2020-10-29 13:38:38 +02:00
2020-12-25 09:13:28 +01:00
2020-12-25 09:13:28 +01:00
2020-12-25 09:13:28 +01:00
2020-10-22 13:27:18 +03:00
2020-11-30 19:57:50 +02:00
2020-12-01 19:51:14 +02:00
2020-08-21 19:57:22 +03:00
2020-10-22 13:27:18 +03:00
2020-12-23 14:52:59 +02:00
2020-12-01 19:51:14 +02:00
2020-12-25 09:13:28 +01:00
2020-12-23 14:52:59 +02:00
2020-08-21 19:18:34 +03:00
2020-12-25 09:13:28 +01:00
2020-11-03 14:49:17 +02:00
2020-12-23 14:52:59 +02:00