You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, alter table drop stats_extended would only update records in mysql.stats_extended, and the stats cache item is removed in the next Update() routine, so the removal is in an async style. This behavior is kind of counter-intuitive, we'd better make the removal on current tidb synchronously.
The text was updated successfully, but these errors were encountered:
Development Task
Currently,
alter table drop stats_extended
would only update records inmysql.stats_extended
, and the stats cache item is removed in the nextUpdate()
routine, so the removal is in an async style. This behavior is kind of counter-intuitive, we'd better make the removal on current tidb synchronously.The text was updated successfully, but these errors were encountered: