| 1029 | } |
| 1030 | |
| 1031 | void MYSQL_TIME_cache::cache_string() |
| 1032 | { |
| 1033 | DBUG_ASSERT(time.time_type != MYSQL_TIMESTAMP_NONE); |
| 1034 | if (string_length == 0) |
| 1035 | string_length= my_TIME_to_str(&time, string_buff, decimals()); |
| 1036 | } |
| 1037 | |
| 1038 | |
| 1039 | const char *MYSQL_TIME_cache::cptr() |
nothing calls this directly
no test coverage detected