~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/curdate.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:
48
48
   */
49
49
  bool get_temporal(drizzled::Date &temporal);
50
50
  virtual void store_now_in_TIME(DRIZZLE_TIME *now_time)=0;
51
 
  bool check_vcol_func_processor(unsigned char *)
52
 
  { return true; }
53
51
};
54
52
 
55
53
class Item_func_curdate_local :public Item_func_curdate