1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Mäkelä efd8af535a MDEV-19526 heap number overflow on innodb_page_size=64k
InnoDB only reserves 13 bits for the heap number in the record header,
limiting the heap number to be at most 8191. But, when using
innodb_page_size=64k and secondary index records of 7 bytes each,
it is possible to exceed the maximum heap number.

btr_cur_optimistic_insert(): Let the operation fail if the
maximum number of records would be exceeded.

page_mem_alloc_heap(): Move to the same compilation unit with the
only caller, and let the operation fail if the maximum heap number
has been allocated already.
2020-08-12 18:21:53 +03:00
..
2014-08-02 21:26:16 +02:00
2015-12-09 10:00:49 +01:00
2011-10-19 21:45:18 +02:00
2015-02-18 20:31:40 +01:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2014-02-03 15:22:39 +01:00
2012-10-16 13:04:42 +02:00
2017-03-24 18:19:15 +02:00
2018-01-29 16:32:59 +02:00
2010-11-25 18:17:28 +01:00
2014-02-26 15:28:07 +01:00
2017-10-24 20:36:03 +03:00
2017-10-24 20:36:03 +03:00
2014-02-03 15:22:39 +01:00
2011-10-19 21:45:18 +02:00
2013-01-15 19:16:18 +01:00
2015-10-05 17:14:13 +02:00
2015-10-05 17:14:13 +02:00
2010-11-25 18:17:28 +01:00
2016-04-26 23:05:26 +02:00
2018-01-08 14:51:20 +02:00
2019-01-24 13:24:13 +02:00
2019-04-26 08:55:37 +02:00
2017-11-06 18:10:23 +02:00
2019-03-27 11:56:08 +02:00
2018-02-05 09:25:33 +02:00
2012-03-02 08:32:16 +01:00
2015-10-23 18:49:02 +03:00
2018-10-31 10:53:22 +01:00
2019-04-26 15:31:31 +03:00