~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time_functions.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-19 14:24:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2445.
  • Revision ID: olafvdspek@gmail.com-20111019142427-sun0tnp0u27gqg31
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  NOTE
73
73
    See description of str_to_datetime() for more information.
74
74
*/
75
 
type::timestamp_t str_to_datetime_with_warn(Session *session,
76
 
                                            const char *str, 
77
 
                                            uint32_t length,
78
 
                                            type::Time *l_time, 
79
 
                                            uint32_t flags);
 
75
type::timestamp_t str_to_datetime_with_warn(Session*, const char*, uint32_t length, type::Time *l_time,  uint32_t flags);
80
76
 
81
77
/*
82
78
  Convert a time string to a type::Time struct and produce a warning