mariadb/storage
Daniel Black 9e3a541d1e MDEV-35049: Use CRC-32C and avoid allocating heap (postfix)
The n_pointers member of block is only defined (in the C++
meaning) under the 'if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG'
condition. As without this change, this won't compile under
WITH_MSAN=ON build for non-debug builds.
2025-02-10 18:31:27 +11:00
..
archive cleanup: remove unconditional #ifdef's 2024-11-05 14:00:47 -08:00
blackhole Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
columnstore cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
connect Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
csv Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
example Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
federated Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
federatedx Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
heap Fixed costs in JOIN_TAB::estimate_scan_time() and HEAP 2025-02-07 16:54:59 +02:00
innobase MDEV-35049: Use CRC-32C and avoid allocating heap (postfix) 2025-02-10 18:31:27 +11:00
maria Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
mroonga MDEV-35837 Move to c++17 2025-01-16 15:08:29 -05:00
myisam Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
myisammrg Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
oqgraph Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
perfschema Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
rocksdb Merge 11.7 into main 2025-01-09 13:46:06 +02:00
sequence cleanup: extract transaction-related part of handlerton 2024-11-05 14:00:50 -08:00
sphinx Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
spider Merge 11.7 into main 2025-01-09 13:46:06 +02:00
test_sql_discovery MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00