~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mysql_priv.h

  • Committer: Felipe
  • Date: 2008-08-04 23:58:04 UTC
  • mto: (261.2.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: felipe@pena-20080804235804-x55q2xqxcar6u66f
- Renamed MYSQL_ERROR to DRIZZLE_ERROR.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1558
1558
void localtime_to_TIME(DRIZZLE_TIME *to, struct tm *from);
1559
1559
void calc_time_from_sec(DRIZZLE_TIME *to, long seconds, long microseconds);
1560
1560
 
1561
 
void make_truncated_value_warning(THD *thd, MYSQL_ERROR::enum_warning_level level,
 
1561
void make_truncated_value_warning(THD *thd, DRIZZLE_ERROR::enum_warning_level level,
1562
1562
                                  const char *str_val,
1563
1563
                                  uint str_length, timestamp_type time_type,
1564
1564
                                  const char *field_name);