mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
98d57719e2
Problem: ======== - dict_stats_table_clone_create() does not initialize the flag stats_error_printed in either dict_table_t or dict_index_t. Because dict_stats_save_index_stat() is operating on a copy of a dict_index_t object, it appears that dict_index_t::stats_error_printed will always be false for actual metadata objects, and uninitialized in dict_stats_save_index_stat(). Solution: ========= dict_stats_table_clone_create(): Assign stats_error_printed for table and index while copying the statistics |
||
---|---|---|
.. | ||
include | ||
r | ||
t | ||
disabled.def |