mariadb/storage/innobase/dict
Marko Mäkelä 5164f8c206 Fix GCC 9.2.1 -Wstringop-truncation
dict_table_rename_in_cache(): Use strcpy() instead of strncpy(),
because they are known to be equivalent in this case (the length
of old_name was already validated).

mariabackup: Invoke strncpy() with one less than the buffer size,
and explicitly add NUL as the last byte of the buffer.
2019-11-04 15:52:54 +02:00
..
dict0boot.cc Update FSF address 2019-05-11 19:25:02 +03:00
dict0crea.cc Update FSF address 2019-05-11 19:25:02 +03:00
dict0dict.cc Fix GCC 9.2.1 -Wstringop-truncation 2019-11-04 15:52:54 +02:00
dict0load.cc MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang 2019-10-25 16:27:41 +03:00
dict0mem.cc Remove the wrappers ut_time(), ut_difftime(), ib_time_t 2019-07-24 21:59:26 +03:00
dict0stats.cc Remove the wrappers ut_time(), ut_difftime(), ib_time_t 2019-07-24 21:59:26 +03:00
dict0stats_bg.cc Remove the wrappers ut_time(), ut_difftime(), ib_time_t 2019-07-24 21:59:26 +03:00