mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge 10.6 into 10.7
This commit is contained in:
commit
ce663ad4e4
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,8 @@ ANALYZE TABLE t2;
|
|||
create view v1 as select a from t1 group by b;
|
||||
create view v2 as select a from t2;
|
||||
|
||||
# MDEV-27421 ./mtr --ps-protocol main.opt_trace fails to produce some traces
|
||||
--disable_ps_protocol
|
||||
--echo # Mergeable view
|
||||
--optimizer_trace
|
||||
explain select * from v2 ;
|
||||
|
@ -54,6 +56,7 @@ explain select * from v2 ;
|
|||
--echo # Non-Mergeable view
|
||||
--optimizer_trace
|
||||
explain select * from v1 ;
|
||||
--enable_ps_protocol
|
||||
drop table t1,t2;
|
||||
drop view v1,v2;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue