~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/sum.h

Big merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  @retval
41
41
    1        Otherwise
42
42
*/
43
 
bool simple_pred(Item_func *func_item, Item **args, bool *inv_order);
 
43
bool simple_pred(Item_func *func_item, Item **args, bool &inv_order);
44
44
 
45
45
/**
46
46
  Substitutes constants for some COUNT(), MIN() and MAX() functions.