mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
aliases with multi-table updates / deletes
fix for a bug with derived tables and query cache ix for a charset bug in timestamp
This commit is contained in:
@ -531,6 +531,7 @@ i
|
||||
show status like "Qcache_queries_in_cache";
|
||||
Variable_name Value
|
||||
Qcache_queries_in_cache 2
|
||||
update t1 set i=(select distinct 1 from (select * from t2) a);
|
||||
drop table t1, t2, t3;
|
||||
use mysql;
|
||||
select * from db;
|
||||
|
Reference in New Issue
Block a user