mariadb/storage
Marko Mäkelä bc2849579b MDEV-33251 Redundant check on prebuilt::n_rows_fetched overflow
row_search_mvcc(): Revise an overflow check, disabling it on 64-bit
systems. The maximum number of consecutive record reads in a key range
scan should be limited by the maximum number of records per page
(less than 2^13) and the maximum number of pages per tablespace (2^32)
to less than 2^45. On 32-bit systems we can simplify the overflow check.

Reviewed by: Vladislav Lesin
2024-01-30 13:10:46 +02:00
..
archive
blackhole
cassandra
connect
csv
example
federated
federatedx
heap
innobase MDEV-33251 Redundant check on prebuilt::n_rows_fetched overflow 2024-01-30 13:10:46 +02:00
maria
mroonga
myisam
myisammrg
oqgraph
perfschema
rocksdb
sequence
sphinx
spider MDEV-33191 spider: fix dbton_id when iterating over links 2024-01-25 12:33:52 +11:00
test_sql_discovery
tokudb