~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/add_time.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  enum_field_types field_type() const { return cached_field_type; }
36
36
  void fix_length_and_dec();
37
37
 
 
38
  using Item_func::tmp_table_field;
38
39
  Field *tmp_table_field(Table *table)
39
40
  {
40
41
    return tmp_table_field_from_field_type(table, 0);