~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.h

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

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
};
1413
1417
  table_map and_tables_cache;
1414
1418
 
1415
1419
public:
 
1420
 
 
1421
  using Item::split_sum_func;
 
1422
 
1416
1423
  /* Item_cond() is only used to create top level items */
1417
1424
  Item_cond(): Item_bool_func(), abort_on_null(1)
1418
1425
  { const_item_cache=0; }