mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
resolving conflicts
This commit is contained in:
@ -1064,6 +1064,8 @@ void Query_cache::invalidate(THD *thd, TABLE_LIST *tables_used,
|
||||
for (; tables_used; tables_used=tables_used->next)
|
||||
{
|
||||
DBUG_ASSERT(!using_transactions || tables_used->table!=0);
|
||||
if (tables_used->derived)
|
||||
continue;
|
||||
if (using_transactions &&
|
||||
tables_used->table->file->has_transactions())
|
||||
/*
|
||||
|
Reference in New Issue
Block a user