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

Function my_time_status_init

include/my_time.h:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110} MYSQL_TIME_STATUS;
111
112static inline void my_time_status_init(MYSQL_TIME_STATUS *status)
113{
114 status->warnings= status->fractional_digits= status->nanoseconds= 0;
115}
116
117
118my_bool check_date(const MYSQL_TIME *ltime, my_bool not_zero_date,

Callers 2

str_to_datetimeFunction · 0.85
str_to_timeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected