~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/float.h

  • Committer: Brian Aker
  • Date: 2009-05-15 07:40:30 UTC
  • mfrom: (1019.1.7 merge)
  • Revision ID: brian@gaz-20090515074030-che1sh7nqadhyj45
Code / Style cleanup merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  }
73
73
 
74
74
  Item *safe_charset_converter(const CHARSET_INFO * const tocs);
75
 
  bool check_vcol_func_processor(unsigned char *)
76
 
  { return false; }
77
75
};
78
76
 
79
77
#endif /* DRIZZLED_ITEM_FLOAT_H */