mariadb/storage/myisam
Monty fa490e8022 Don't copy uninitialized bytes when copying varstrings
When using field_conv(), which is called in case of field1=field2 copy in
fill_records(), full varstring's was copied, including unitialized bytes.
This caused valgrind to compilain about usage of unitialized bytes when
using Aria static length records.
Fixed by not using memcpy when copying varstrings but instead just copy
the real bytes.
2019-08-15 00:42:56 +03:00
..
ftbench Update FSF Address 2019-05-11 21:29:06 +03:00
mysql-test MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_COLUMN_TYPE 2019-04-12 12:28:09 +03:00
ChangeLog
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ft_boolean_search.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ft_myisam.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ft_nlq_search.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ft_parser.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ft_static.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
ft_stopwords.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ft_update.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ftdefs.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
fulltext.h Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
ha_myisam.cc Don't copy uninitialized bytes when copying varstrings 2019-08-15 00:42:56 +03:00
ha_myisam.h MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
mi_cache.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_changed.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_check.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_checksum.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_close.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_create.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_dbug.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_delete.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mi_delete_all.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mi_delete_table.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_dynrec.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_extra.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_extrafunc.h Update FSF Address 2019-05-11 21:29:06 +03:00
mi_info.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_key.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_keycache.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_locking.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_log.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_open.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_packrec.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mi_page.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_panic.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_preload.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_range.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rename.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rfirst.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rkey.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rlast.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rnext.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rnext_same.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rprev.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
mi_rrnd.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rsame.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_rsamepos.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_scan.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_search.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mi_static.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_statrec.c Update FSF Address 2019-05-11 21:29:06 +03:00
mi_test1.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_test2.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_test3.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_test_all.res
mi_test_all.sh Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
mi_unique.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_update.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
mi_write.c MDEV-19955 make argument of handler::ha_write_row() const 2019-07-05 13:14:19 +03:00
myisam_ftdump.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
myisamchk.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
myisamdef.h Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
myisamlog.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
myisampack.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
NEWS General spell fixing in comments and strings 2016-06-08 14:17:23 +03:00
rt_index.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rt_index.h Update FSF Address 2019-05-11 21:29:06 +03:00
rt_key.c Update FSF Address 2019-05-11 21:29:06 +03:00
rt_key.h Update FSF Address 2019-05-11 21:29:06 +03:00
rt_mbr.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
rt_mbr.h Update FSF Address 2019-05-11 21:29:06 +03:00
rt_split.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rt_test.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
sort.c Merge branch '10.3' into 10.4 2019-05-19 20:55:37 +02:00
sp_defs.h Update FSF Address 2019-05-11 21:29:06 +03:00
sp_key.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
sp_test.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
test_pack