MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / cache_string

Method cache_string

sql/item_timefunc.cc:1031–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029}
1030
1031void 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
1039const char *MYSQL_TIME_cache::cptr()

Callers

nothing calls this directly

Calls 1

my_TIME_to_strFunction · 0.70

Tested by

no test coverage detected