~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-05-15 01:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515014727-shmtwpeisru443qs
Once again... removed vcol code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    decimals=0;
36
36
    max_length=10*MY_CHARSET_BIN_MB_MAXLEN;
37
37
  }
38
 
  bool check_vcol_func_processor(unsigned char *)
39
 
  { return true; }
40
38
};
41
39
 
42
40
#endif /* DRIZZLED_FUNCTION_TIME_UNIX_TIMESTAMP_H */