diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-18 12:22:11 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-18 12:24:35 +0200 |
commit | c557e9540ab6058713a7c78dfa3df366ea92dd92 (patch) | |
tree | e4edad4710662bdf5ac4e7abe7da55f32ace8607 /vio | |
parent | 6505662c23ba81331d91f65c18e06a759d6f148f (diff) | |
download | mariadb-git-c557e9540ab6058713a7c78dfa3df366ea92dd92.tar.gz |
MDEV-10682 Race condition between ANALYZE and STATS_AUTO_RECALC
ha_innobase::info_low(): While collecting statistics for
ANALYZE TABLE, ensure that dict_stats_process_entry_from_recalc_pool()
is not executing on the same table.
We observed result differences for the test innodb.innodb_stats because
dict_stats_empty_index() was being invoked by the background statistics
calculation while ha_innobase::analyze() was executing
dict_stats_analyze_index_level().
Diffstat (limited to 'vio')
0 files changed, 0 insertions, 0 deletions