mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
postreview fix
This commit is contained in:
parent
45ac6cf81a
commit
acbca25dd2
5 changed files with 15 additions and 6 deletions
|
|
@ -402,7 +402,7 @@ class Item_sum_hybrid :public Item_sum
|
|||
enum_field_types hybrid_field_type;
|
||||
int cmp_sign;
|
||||
table_map used_table_cache;
|
||||
bool was_values; // was checked at least some values (for max/min only)
|
||||
bool was_values; // Set if we have found at least one row (for max/min only)
|
||||
|
||||
public:
|
||||
Item_sum_hybrid(Item *item_par,int sign)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue