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

Method is_valid_time

sql/sql_class.h:2299–2302  ·  view source on GitHub ↗

TODO: this will be obsolete when we have support for 64 bit my_time_t */

Source from the content-addressed store, hash-verified

2297 }
2298 /*TODO: this will be obsolete when we have support for 64 bit my_time_t */
2299 inline bool is_valid_time()
2300 {
2301 return (IS_TIME_T_VALID_FOR_TIMESTAMP(start_time.tv_sec));
2302 }
2303 void set_time_after_lock()
2304 {
2305 utime_after_lock= my_micro_time();

Callers 1

dispatch_commandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected