mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Follow-up to MDEV-12698: Adjust some comments
The function dict_stats_update_if_needed() replaced row_update_statistics_if_needed(). Adjust the comments accordingly.
This commit is contained in:
parent
bd8fd3b7c3
commit
8be7548085
3 changed files with 4 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ dict_stats_is_persistent_enabled(const dict_table_t* table)
|
|||
protect the ::stat_persistent with dict_table_stats_lock() like the
|
||||
other ::stat_ members which would be too big performance penalty,
|
||||
especially when this function is called from
|
||||
row_update_statistics_if_needed(). */
|
||||
dict_stats_update_if_needed(). */
|
||||
|
||||
/* we rely on this read to be atomic */
|
||||
ib_uint32_t stat_persistent = table->stat_persistent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue