~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mysql_priv.h

  • Committer: brian
  • Date: 2008-08-01 17:27:37 UTC
  • mfrom: (261.1.6 drizzle)
  • Revision ID: brian@localhost.localdomain-20080801172737-v6f9pau23un0bwfl
Merge from Monty

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);