MCPcopy Create free account
hub / github.com/MariaDB/server / check_date

Function check_date

sql/sql_time.h:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 non_zero_hhmmssuu(ltime));
146}
147static inline bool
148check_date(const MYSQL_TIME *ltime, date_conv_mode_t flags, int *was_cut)
149{
150 return check_date(ltime, non_zero_date(ltime),
151 ulonglong(flags & TIME_MODE_FOR_XXX_TO_DATE), was_cut);
152}
153bool check_date_with_warn(THD *thd, const MYSQL_TIME *ltime,
154 date_conv_mode_t fuzzy_date, timestamp_type ts_type);
155static inline bool

Callers 9

check_date_with_warnFunction · 0.70
extract_date_timeFunction · 0.70
extract_oracle_date_timeFunction · 0.70
check_dateMethod · 0.70
check_dateMethod · 0.70
check_dateMethod · 0.70

Calls 1

non_zero_dateFunction · 0.85

Tested by

no test coverage detected