1
0
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:
Alexander Barkov
2015-04-13 11:26:49 +04:00
parent d8a4a83635
commit 8a01a0acb3
2 changed files with 33 additions and 18 deletions

View File

@ -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,