mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
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.
176 KiB
176 KiB