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
d424941b
Commit
d424941b
authored
May 09, 2007
by
msvensson@pilot.blaudden
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.blaudden:/home/msvensson/mysql/bug28193/my50-bug28193
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
parents
24a04cee
9242d395
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
mysql-test/t/outfile.test
mysql-test/t/outfile.test
+6
-6
No files found.
mysql-test/t/outfile.test
View file @
d424941b
...
...
@@ -41,9 +41,9 @@ eval select * into dumpfile "../tmp/outfile-test.2" from t1;
eval
select
*
into
dumpfile
"../tmp/outfile-test.3"
from
t1
;
enable_query_log
;
select
load_file
(
concat
(
@
tmpdir
,
"/outfile-test.not-exist"
));
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
1
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
2
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
3
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
1
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
2
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
3
drop
table
t1
;
# Bug#8191
...
...
@@ -51,7 +51,7 @@ disable_query_log;
eval
select
1
into
outfile
"../tmp/outfile-test.4"
;
enable_query_log
;
select
load_file
(
concat
(
@
tmpdir
,
"/outfile-test.4"
));
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
4
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
4
#
# Bug #5382: 'explain select into outfile' crashes the server
...
...
@@ -75,7 +75,7 @@ eval SELECT * INTO OUTFILE "../tmp/outfile-test.4"
FIELDS
TERMINATED
BY
','
OPTIONALLY
ENCLOSED
BY
'"'
FROM
information_schema
.
schemata
LIMIT
0
,
5
;
# enable_query_log;
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
4
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
4
use
information_schema
;
# disable_query_log;
...
...
@@ -83,7 +83,7 @@ eval SELECT * INTO OUTFILE "../tmp/outfile-test.4"
FIELDS
TERMINATED
BY
','
OPTIONALLY
ENCLOSED
BY
'"'
FROM
schemata
LIMIT
0
,
5
;
enable_query_log
;
--
exec
rm
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
4
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
outfile
-
test
.
4
use
test
;
#
...
...
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