mariadb/storage/myisammrg
Monty 0099c2fc1a MDEV-30786 SIGFPE in cost_group_min_max on EXP
The problem was that for merge tables without any underlaying tables the
block size was 0, which the code could not handle.

Fixed by ensuring that MERGE tables never have a block size of 0.
Fixed also a wrong assumption of number of seeks needed to scan
merge tables.
2023-05-03 21:44:57 +03:00
..
mysql-test/storage_engine
CMakeLists.txt
ha_myisammrg.cc MDEV-30786 SIGFPE in cost_group_min_max on EXP 2023-05-03 21:44:57 +03:00
ha_myisammrg.h Added "override" to ha_heap.h, ha_myisam.h, ha_myisammrg.h and ha_sequence.h 2023-02-03 10:56:49 +03:00
myrg_close.c
myrg_create.c
myrg_def.h perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
myrg_delete.c
myrg_extra.c MDEV-18496 Crash when Aria encryption is enabled but plugin not available 2020-07-29 14:56:24 +02:00
myrg_info.c
myrg_locking.c
myrg_open.c Merge 10.4 into 10.5 2020-03-17 07:58:41 +02:00
myrg_panic.c
myrg_queue.c
myrg_range.c Added page_range to records_in_range() to improve range statistics 2020-03-27 03:54:45 +02:00
myrg_records.c
myrg_rfirst.c
myrg_rkey.c
myrg_rlast.c
myrg_rnext.c
myrg_rnext_same.c
myrg_rprev.c
myrg_rrnd.c
myrg_rsame.c
myrg_static.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
myrg_update.c
myrg_write.c