mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-7920 main.group_min_max fails in buildbot with valgrind
This commit is contained in:
@ -927,6 +927,7 @@ private:
|
||||
int next_max();
|
||||
void update_min_result();
|
||||
void update_max_result();
|
||||
int cmp_min_max_key(const uchar *key, uint16 length);
|
||||
public:
|
||||
QUICK_GROUP_MIN_MAX_SELECT(TABLE *table, JOIN *join, bool have_min,
|
||||
bool have_max, bool have_agg_distinct,
|
||||
|
Reference in New Issue
Block a user