1
0
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:
Marko Mäkelä
2023-07-26 13:42:23 +03:00
53 changed files with 767 additions and 193 deletions

View File

@ -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;
}
};