~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/time_functions.h

  • Committer: Brian Aker
  • Date: 2011-01-26 02:13:21 UTC
  • mto: (2122.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2118.
  • Revision ID: brian@tangent.org-20110126021321-3vxltp6aianxs18a
Additional abstract around time (this also makes the abort_on_warnings in
session private).

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  NOTE
74
74
    See description of str_to_datetime() for more information.
75
75
*/
76
 
type::timestamp_t str_to_datetime_with_warn(const char *str, 
 
76
type::timestamp_t str_to_datetime_with_warn(Session *session,
 
77
                                            const char *str, 
77
78
                                            uint32_t length,
78
79
                                            type::Time *l_time, 
79
80
                                            uint32_t flags);