mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Currently for selectivity calculation we perform range analysis for a column even when we don't have any statistics(EITS). This makes less sense but is used to catch contradiction for WHERE condition. So the solution is to not perform range analysis for selectivity calculation for columns that do not have statistics.
11 KiB
11 KiB