Commit 1ed61803 authored by Sergei Golubchik's avatar Sergei Golubchik

temporarily disable failing tests

parent d551c922
...@@ -1816,6 +1816,8 @@ create view v6 as select * from ...@@ -1816,6 +1816,8 @@ create view v6 as select * from
explain format=json select * from v6 where (c3+1) > 10 and c1 > 1 and c2 > 123; explain format=json select * from v6 where (c3+1) > 10 and c1 > 1 and c2 > 123;
drop function f1; drop function f1;
# MDEV-34931
--disable_view_protocol
--echo # name resolution for multi select units --echo # name resolution for multi select units
select a1 from select a1 from
(select * from t1 union select * from t2 order by c1) as d3 (a1, a2, a3); (select * from t1 union select * from t2 order by c1) as d3 (a1, a2, a3);
...@@ -2081,6 +2083,7 @@ select * from v20 limit 9; ...@@ -2081,6 +2083,7 @@ select * from v20 limit 9;
select * from v21; select * from v21;
drop view v10, v20, v11, v21; drop view v10, v20, v11, v21;
drop table t10, t20, t30; drop table t10, t20, t30;
--enable_view_protocol
--echo # --echo #
--echo # End of 11.7 tests --echo # End of 11.7 tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment