| 67 | timestamp_type time_type, |
| 68 | const char *field_name); |
| 69 | inline void make_truncated_value_warning(ErrConvString val, |
| 70 | timestamp_type time_type) |
| 71 | { |
| 72 | make_truncated_value_warning(current_thd, Sql_condition::WARN_LEVEL_WARN, |
| 73 | val, time_type, NullS); |
| 74 | } |
| 75 | extern DATE_TIME_FORMAT *date_time_format_make(timestamp_type format_type, |
| 76 | const char *format_str, |
| 77 | uint format_length); |
no outgoing calls
no test coverage detected