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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0bd3dd9a
Commit
0bd3dd9a
authored
Jun 20, 2007
by
gshchepa/uchum@gleb.loc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metadata.test, metadata.result:
Updated test case for bug #28898. Additional cleanup.
parent
2379f977
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/metadata.result
mysql-test/r/metadata.result
+1
-1
mysql-test/t/metadata.test
mysql-test/t/metadata.test
+1
-1
No files found.
mysql-test/r/metadata.result
View file @
0bd3dd9a
...
...
@@ -179,6 +179,6 @@ c1 c2
1 1
2 2
3 3
DROP VIEW v1;
DROP VIEW v1
,v2
;
DROP TABLE t1,t2;
End of 5.0 tests
mysql-test/t/metadata.test
View file @
0bd3dd9a
...
...
@@ -109,7 +109,7 @@ SELECT v1.c1, v2.c2 FROM v1 JOIN v2 ON c1=c2 GROUP BY v1.c1;
SELECT
v1
.
c1
,
v2
.
c2
FROM
v1
JOIN
v2
ON
c1
=
c2
GROUP
BY
v1
.
c1
ORDER
BY
v2
.
c2
;
--
disable_metadata
DROP
VIEW
v1
;
DROP
VIEW
v1
,
v2
;
DROP
TABLE
t1
,
t2
;
--
echo
End
of
5.0
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