Commit 6aeb4020 authored by Dave Gosselin's avatar Dave Gosselin

remove unused function should_collect_handler_stats

parent 51cd6301
......@@ -5806,12 +5806,6 @@ class THD: public THD_count, /* this must be first */
lex= backup_lex;
}
bool should_collect_handler_stats() const
{
return (variables.log_slow_verbosity & LOG_SLOW_VERBOSITY_ENGINE) ||
lex->analyze_stmt;
}
/* Return true if we should create a note when an unusable key is found */
bool give_notes_for_unusable_keys()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment