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

Method get_time_tracker

sql/handler.h:3531–3531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3529public:
3530 void set_time_tracker(Exec_time_tracker *tracker_arg) { tracker=tracker_arg;}
3531 Exec_time_tracker *get_time_tracker() { return tracker; }
3532
3533 Item *pushed_idx_cond;
3534 uint pushed_idx_cond_keyno; /* The index which the above condition is for */

Callers 2

close_thread_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected