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
MDEV-19574 innodb_stats_method is not honored when innodb_stats_persistent=ON
Problem:
=======
InnoDB persistent statistics doesn't take innodb_stats_method
variable while calculating n_diff_pfx for the n-prefix index
columns. InnoDB persistent statistics doesn't calculate number
of non-null key values for n-prefix index columns.
Solution:
=========
To address the above issues, InnoDB consider all nulls as different
value when innodb_stats_method is set to NULLS_UNEQUAL and
NULLS_IGNORED. It also adds the n_nonnull_pfx01, n_nonull_pfx02 etc
stats description to indicate how many non-nulls exist for n-prefix
index
0 commit comments