~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Jay Pipes
  • Date: 2009-06-11 16:40:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1061.
  • Revision ID: jpipes@serialcoder-20090611164017-caemk5emeqhoj8b5
Documentation and style fixes in Session class.  Doxygen should finally pick up the Statement and Session classes now.  Removes the silly Query_arena class, as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

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