| 1044 | |
| 1045 | |
| 1046 | bool MYSQL_TIME_cache::get_date(MYSQL_TIME *ltime, uint fuzzydate) const |
| 1047 | { |
| 1048 | int warnings; |
| 1049 | get_TIME(ltime); |
| 1050 | return check_date(ltime, non_zero_date(ltime), fuzzydate, &warnings); |
| 1051 | } |
| 1052 | |
| 1053 | |
| 1054 | String *MYSQL_TIME_cache::val_str(String *str) |
nothing calls this directly
no test coverage detected