~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-06-11 22:06:29 UTC
  • mfrom: (1055.2.24 working)
  • Revision ID: brian@gaz-20090611220629-ct55qcmaiiuxrjaq
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                        bool allow_null_cond,  int *error);
69
69
extern Item **not_found_item;
70
70
 
71
 
/*
 
71
/**
72
72
  A set of constants used for checking non aggregated fields and sum
73
73
  functions mixture in the ONLY_FULL_GROUP_BY_MODE.
74
74
*/
75
75
#define NON_AGG_FIELD_USED  1
76
76
#define SUM_FUNC_USED       2
77
77
 
78
 
/*
 
78
/**
79
79
  This enumeration type is used only by the function find_item_in_list
80
80
  to return the info on how an item has been resolved against a list
81
81
  of possibly aliased items.