~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/now.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:
54
54
  bool get_temporal(drizzled::DateTime &temporal);
55
55
  bool get_date(DRIZZLE_TIME *res, uint32_t fuzzy_date);
56
56
  virtual void store_now_in_TIME(DRIZZLE_TIME *now_time)=0;
57
 
  bool check_vcol_func_processor(unsigned char *)
58
 
  { return true; }
59
57
};
60
58
 
61
59
class Item_func_now_local :public Item_func_now