~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_cmpfunc.h

  • Committer: Brian Aker
  • Date: 2008-08-18 22:20:43 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818222043-et6zf93ogrgx1cz9
Refactoring table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
1428
1428
  void update_used_tables();
1429
1429
  virtual void print(String *str, enum_query_type query_type);
1430
1430
  void split_sum_func(THD *thd, Item **ref_pointer_array, List<Item> &fields);
1431
 
  friend int setup_conds(THD *thd, TABLE_LIST *tables, TABLE_LIST *leaves,
 
1431
  friend int setup_conds(THD *thd, TableList *tables, TableList *leaves,
1432
1432
                         COND **conds);
1433
1433
  void top_level_item() { abort_on_null=1; }
1434
1434
  void copy_andor_arguments(THD *thd, Item_cond *item);