~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.cc

Merged trunk, fixed gearman_udf plugin to use new plugin system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
                                 unsigned char *null_ptr_arg, unsigned char null_bit_arg,
78
78
                                 enum utype unireg_check_arg,
79
79
                                 const char *field_name_arg,
80
 
                                 TABLE_SHARE *share,
 
80
                                 TableShare *share,
81
81
                                 const CHARSET_INFO * const cs)
82
82
  :Field_str(ptr_arg, MAX_DATETIME_WIDTH, null_ptr_arg, null_bit_arg,
83
83
             unireg_check_arg, field_name_arg, cs)