~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_cmpfunc.h

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
684
684
  enum_field_types field_type() const;
685
685
  void fix_length_and_dec();
686
686
  const char *func_name() const { return "ifnull"; }
687
 
  Field *tmp_table_field(TABLE *table);
 
687
  Field *tmp_table_field(Table *table);
688
688
  uint decimal_precision() const;
689
689
};
690
690