mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix off-by-one error in Histogram_json_hb::find_bucket
This commit is contained in:
@@ -123,6 +123,6 @@ public:
|
||||
private:
|
||||
double get_left_fract(int idx);
|
||||
std::string& get_end_value(int idx);
|
||||
int find_bucket(Field *field, const uchar *lookup_val, bool equal_is_less);
|
||||
int find_bucket(Field *field, const uchar *lookup_val, bool *equal);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user