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
749f8b3e
Commit
749f8b3e
authored
Sep 30, 2008
by
Patrick Crews
Browse files
Options
Browse Files
Download
Plain Diff
automerge
parents
16898ad1
af848376
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mysql-test/t/distinct.test
mysql-test/t/distinct.test
+1
-0
No files found.
mysql-test/t/distinct.test
View file @
749f8b3e
...
...
@@ -490,6 +490,7 @@ default NULL);
SELECT
DISTINCT
fruit_id
,
fruit_name
INTO
OUTFILE
'../tmp/data1.tmp'
FROM
t1
WHERE
fruit_name
=
'APPLE'
;
LOAD
DATA
INFILE
'../tmp/data1.tmp'
INTO
TABLE
t2
;
--
error
0
,
1
--
remove_file
$MYSQL_TEST_DIR
/
var
/
tmp
/
data1
.
tmp
SELECT
DISTINCT
@
v19
:=
fruit_id
,
@
v20
:=
fruit_name
INTO
OUTFILE
...
...
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