~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_timefunc.cc

  • Committer: Monty Taylor
  • Date: 2008-09-22 23:10:15 UTC
  • mto: This revision was merged to the branch mainline in revision 417.
  • Revision ID: monty@inaugust.com-20080922231015-opvz2pv1hs340y2f
Remove typedef enum enum_drizzle_timestamp_type timestamp_type;

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
 
264
264
static bool extract_date_time(DATE_TIME_FORMAT *format,
265
265
                              const char *val, uint length, DRIZZLE_TIME *l_time,
266
 
                              timestamp_type cached_timestamp_type,
 
266
                              enum enum_drizzle_timestamp_type cached_timestamp_type,
267
267
                              const char **sub_pattern_end,
268
268
                              const char *date_time_type)
269
269
{
603
603
*/
604
604
 
605
605
bool make_date_time(DATE_TIME_FORMAT *format, DRIZZLE_TIME *l_time,
606
 
                    timestamp_type type, String *str)
 
606
                    enum enum_drizzle_timestamp_type type, String *str)
607
607
{
608
608
  char intbuff[15];
609
609
  uint hours_i;