mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.6 into 10.9
This commit is contained in:
@ -5624,6 +5624,12 @@ public:
|
||||
{
|
||||
lex= backup_lex;
|
||||
}
|
||||
|
||||
bool should_collect_handler_stats() const
|
||||
{
|
||||
return (variables.log_slow_verbosity & LOG_SLOW_VERBOSITY_ENGINE) ||
|
||||
lex->analyze_stmt;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user