mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-27229: Estimation for filtered rows less precise ... #5
Fix special handling for values that are right next to buckets with ndv=1.
This commit is contained in:
committed by
Sergei Petrunia
parent
67d4d0426f
commit
531dd708ef
@@ -144,6 +144,6 @@ private:
|
||||
|
||||
double get_left_fract(int idx);
|
||||
std::string& get_end_value(int idx);
|
||||
int find_bucket(const Field *field, const uchar *lookup_val, bool *equal);
|
||||
int find_bucket(const Field *field, const uchar *lookup_val, int *cmp);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user