| 145 | non_zero_hhmmssuu(ltime)); |
| 146 | } |
| 147 | static inline bool |
| 148 | check_date(const MYSQL_TIME *ltime, date_conv_mode_t flags, int *was_cut) |
| 149 | { |
| 150 | return check_date(ltime, non_zero_date(ltime), |
| 151 | ulonglong(flags & TIME_MODE_FOR_XXX_TO_DATE), was_cut); |
| 152 | } |
| 153 | bool check_date_with_warn(THD *thd, const MYSQL_TIME *ltime, |
| 154 | date_conv_mode_t fuzzy_date, timestamp_type ts_type); |
| 155 | static inline bool |
no test coverage detected