1
0
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:
Sinisa@sinisa.nasamreza.org
2002-12-28 21:34:17 +02:00
parent 5a44f2bc26
commit 1e2bec8009
8 changed files with 12 additions and 4 deletions

View File

@ -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;