Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
1ed61803
Commit
1ed61803
authored
Sep 15, 2024
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporarily disable failing tests
parent
d551c922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
mysql-test/main/derived.test
mysql-test/main/derived.test
+3
-0
No files found.
mysql-test/main/derived.test
View file @
1ed61803
...
...
@@ -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
;
drop
function
f1
;
# MDEV-34931
--
disable_view_protocol
--
echo
# name resolution for multi select units
select
a1
from
(
select
*
from
t1
union
select
*
from
t2
order
by
c1
)
as
d3
(
a1
,
a2
,
a3
);
...
...
@@ -2081,6 +2083,7 @@ select * from v20 limit 9;
select
*
from
v21
;
drop
view
v10
,
v20
,
v11
,
v21
;
drop
table
t10
,
t20
,
t30
;
--
enable_view_protocol
--
echo
#
--
echo
# End of 11.7 tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment