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
78b5f8fe
Commit
78b5f8fe
authored
Dec 05, 2000
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated test case for SELECT DISTINCT coredump
parent
4ed276a4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
.bzrignore
.bzrignore
+1
-0
mysql-test/r/3.23/sel000100.res
mysql-test/r/3.23/sel000100.res
+0
-0
mysql-test/r/3.23/sel000100.result
mysql-test/r/3.23/sel000100.result
+2
-0
mysql-test/t/3.23/sel000100.test
mysql-test/t/3.23/sel000100.test
+1
-1
No files found.
.bzrignore
View file @
78b5f8fe
...
...
@@ -400,3 +400,4 @@ mysql-test/var/lib/test/test2.MYD
mysql-test/var/lib/test/test2.MYI
mysql-test/var/run/mysqld.pid
mysql-test/var/tmp/mysql.sock
mysql-test/var/lib/mysql-bin.008
mysql-test/r/3.23/sel000100.res
deleted
100644 → 0
View file @
4ed276a4
mysql-test/r/3.23/sel000100.result
0 → 100644
View file @
78b5f8fe
key_link_id link
NULL NULL
mysql-test/t/3.23/sel000100.test
View file @
78b5f8fe
...
...
@@ -21,7 +21,7 @@ CREATE TABLE test2 (
KEY
NAME
(
NAME
)
);
@
r
/
3.23
/
sel000100
.
res
SELECT
DISTINCT
@
r
/
3.23
/
sel000100
.
res
ult
SELECT
DISTINCT
test2
.
id
AS
key_link_id
,
test2
.
name
AS
link
FROM
test1
...
...
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