| 245 | } |
| 246 | |
| 247 | static inline bool |
| 248 | non_zero_date(const MYSQL_TIME *ltime) |
| 249 | { |
| 250 | return ltime->year || ltime->month || ltime->day; |
| 251 | } |
| 252 | |
| 253 | static inline bool |
| 254 | non_zero_time(const MYSQL_TIME *ltime) |
no outgoing calls
no test coverage detected