1
0
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:
Sergei Golubchik
2010-04-02 20:51:02 +02:00
parent 3b03f5d97e
commit d979dd6f81
3 changed files with 4 additions and 4 deletions

View File

@@ -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 */
}