mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Query cache.
Remove some warnings
This commit is contained in:
@@ -258,6 +258,8 @@ int ha_commit_trans(THD *thd, THD_TRANS* trans)
|
||||
error=1;
|
||||
}
|
||||
trans->innodb_active_trans=0;
|
||||
if (trans == &thd->transaction.all)
|
||||
query_cache.invalidate(Query_cache_table::INNODB);
|
||||
}
|
||||
#endif
|
||||
if (error && trans == &thd->transaction.all && mysql_bin_log.is_open())
|
||||
|
Reference in New Issue
Block a user