1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Thirunarayanan Balathandayuthapani a586b6dbc8 MDEV-22855 Assertion `!field->prefix_len || field->fixed_len == field->prefix_len' failed in btr_node_ptr_max_size
Problem:
========
- InnoDB wrongly calulates the record size in
btr_node_ptr_max_size() when prefix index of
the column has to be stored externally.

Fix:
====
- InnoDB should add the maximum field size to
record size when the field is a fixed length one.
2024-04-29 16:42:26 +05:30
..
2020-05-05 20:33:10 +03:00
2021-09-11 11:14:18 +03:00
2022-10-05 20:30:57 +03:00
2021-08-18 16:47:03 +03:00
2019-08-21 15:23:45 +03:00
2020-01-20 08:41:52 +02:00
2022-02-17 10:53:58 +02:00
2022-09-07 08:08:59 +03:00
2020-10-29 13:38:38 +02:00
2022-10-05 20:30:57 +03:00
2020-07-31 11:54:35 +03:00
2020-09-21 12:29:00 +03:00
2022-10-05 20:30:57 +03:00