mariadb/storage/myisam
Monty cd37e49422 MDEV-31083 ASAN use-after-poison in myrg_attach_children
The reason for ASAN report was that the MERGE and MYISAM file
had different key definitions, which is not allowed.

Fixed by ensuring that the MERGE code is not copying more key stats
than what is in the MyISAM file.

Other things:
- Give an error if different MyISAM files has different number of
  key parts.
2023-05-23 09:16:36 +03:00
..
ftbench mtr: use env for perl 2020-06-23 03:24:46 +02:00
mysql-test
ChangeLog
CMakeLists.txt Add build on AIX 2020-12-16 08:07:04 +11:00
ft_boolean_search.c
ft_myisam.c
ft_nlq_search.c
ft_parser.c Merge 10.4 into 10.5 2021-10-13 12:33:56 +03:00
ft_static.c
ft_stopwords.c
ft_update.c
ftdefs.h
fulltext.h
ha_myisam.cc Added detection of memory overwrite with multi_malloc 2023-02-27 19:25:44 +02:00
ha_myisam.h Merge 10.4 into 10.5 2023-02-10 12:02:11 +02:00
mi_cache.c
mi_changed.c
mi_check.c Merge 10.4 into 10.5 2022-09-26 13:34:38 +03:00
mi_checksum.c
mi_close.c
mi_create.c Merge 10.4 into 10.5 2022-09-26 13:34:38 +03:00
mi_dbug.c
mi_delete.c MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022 2021-11-12 00:32:39 +01:00
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c
mi_extra.c
mi_extrafunc.h
mi_info.c MDEV-24841: More workarounds 2022-03-14 10:37:39 +02:00
mi_key.c Merge 10.4 into 10.5 2020-11-03 16:24:47 +02:00
mi_keycache.c
mi_locking.c Merge 10.4 into 10.5 2023-01-03 17:08:42 +02:00
mi_log.c
mi_open.c MDEV-31083 ASAN use-after-poison in myrg_attach_children 2023-05-23 09:16:36 +03:00
mi_packrec.c
mi_page.c
mi_panic.c
mi_preload.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c
mi_static.c
mi_statrec.c
mi_test1.c Added 'const' to arguments in get_one_option and find_typeset() 2021-02-08 12:16:29 +02:00
mi_test2.c
mi_test3.c Fix clang -Wunused-but-set-variable 2022-09-19 13:30:52 +03:00
mi_test_all.res
mi_test_all.sh
mi_unique.c
mi_update.c
mi_write.c
myisam_ftdump.c Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
myisamchk.c Fix various spelling errors still found in code 2021-03-22 18:10:39 +11:00
myisamdef.h MDEV-31083 ASAN use-after-poison in myrg_attach_children 2023-05-23 09:16:36 +03:00
myisamlog.c
myisampack.c Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
NEWS
rt_index.c
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c
rt_test.c Merge 10.4 into 10.5 2021-08-25 07:53:23 +03:00
sort.c
sp_defs.h
sp_key.c
sp_test.c
test_pack