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

Method get_date

sql/item_timefunc.cc:1046–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1044
1045
1046bool 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
1054String *MYSQL_TIME_cache::val_str(String *str)

Callers

nothing calls this directly

Calls 2

check_dateFunction · 0.85
non_zero_dateFunction · 0.85

Tested by

no test coverage detected