~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.h

  • Committer: Monty Taylor
  • Date: 2009-01-29 00:39:19 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090129003919-8tv61hkqqs9xr2pk
Some Sun warning fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
  enum_field_types field_type() const;
696
696
  void fix_length_and_dec();
697
697
  const char *func_name() const { return "ifnull"; }
 
698
  Field *tmp_table_field()
 
699
  {
 
700
    return Item_func::tmp_table_field();
 
701
  }
698
702
  Field *tmp_table_field(Table *table);
699
703
  uint32_t decimal_precision() const;
700
704
};