mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
more fixes for windows and status_user.test
This commit is contained in:
@@ -924,7 +924,7 @@ void THD::update_stats(void)
|
||||
/* A SQL query. */
|
||||
if (lex->sql_command == SQLCOM_SELECT)
|
||||
select_commands++;
|
||||
else if (! (sql_command_flags[lex->sql_command] & CF_STATUS_COMMAND))
|
||||
else if (sql_command_flags[lex->sql_command] & CF_STATUS_COMMAND)
|
||||
{
|
||||
/* Ignore 'SHOW ' commands */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user