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:
@@ -321,6 +321,8 @@ int mysql_update(THD *thd,
|
||||
mysql_unlock_tables(thd, thd->lock);
|
||||
thd->lock=0;
|
||||
}
|
||||
if (updated)
|
||||
query_cache.invalidate(table_list);
|
||||
delete select;
|
||||
if (error >= 0)
|
||||
send_error(&thd->net,thd->killed ? ER_SERVER_SHUTDOWN : 0); /* purecov: inspected */
|
||||
|
Reference in New Issue
Block a user