Skip to content

Commit 45a879f

Browse files
spetruniadr-m
authored andcommitted
Fix ./mtr --view-protocol opt_trace
Follow the approach taken in the rest of the test.
1 parent 4ee0404 commit 45a879f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mysql-test/main/opt_trace.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,11 @@ select * from
756756
from t10 left join t11 on t11.col1=t10.col1
757757
group by grp_id) T on T.grp_id=t1.b;
758758

759+
# Not sure how MDEV-27871 is related but this test uses this reason
760+
# all over the place:
761+
#enable after fix MDEV-27871
762+
--disable_view_protocol
763+
759764
select json_detailed(json_extract(trace, '$**.check_split_materialized')) as JS
760765
from information_schema.optimizer_trace;
761766

@@ -768,6 +773,7 @@ select
768773
) as JS
769774
from information_schema.optimizer_trace;
770775

776+
--enable_view_protocol
771777
drop table t1,t2,t3,t10,t11;
772778
set optimizer_trace=DEFAULT;
773779

0 commit comments

Comments
 (0)