mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fixes for windows builds
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