mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
false/true -> FALSE/TRUE
Fixes after last merge
This commit is contained in:
@ -883,9 +883,8 @@ void Query_cache::store_query(THD *thd, TABLE_LIST *tables_used)
|
||||
DBUG_PRINT("qcache", ("Another thread process same query"));
|
||||
}
|
||||
}
|
||||
else
|
||||
if (thd->lex.sql_command == SQLCOM_SELECT)
|
||||
statistic_increment(refused, &structure_guard_mutex);
|
||||
else if (thd->lex->sql_command == SQLCOM_SELECT)
|
||||
statistic_increment(refused, &structure_guard_mutex);
|
||||
|
||||
end:
|
||||
DBUG_VOID_RETURN;
|
||||
|
Reference in New Issue
Block a user