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
3efa2df7
Commit
3efa2df7
authored
Apr 03, 2007
by
msvensson@pilot.blaudden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace not portable "--system rm" with --remove_file
parent
00905b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
mysql-test/t/sp.test
mysql-test/t/sp.test
+8
-4
No files found.
mysql-test/t/sp.test
View file @
3efa2df7
...
@@ -706,9 +706,11 @@ begin
...
@@ -706,9 +706,11 @@ begin
insert
into
test
.
t1
values
(
concat
(
x
,
"2"
),
y
+
2
);
insert
into
test
.
t1
values
(
concat
(
x
,
"2"
),
y
+
2
);
end
|
end
|
--
system
rm
-
f
$MYSQLTEST_VARDIR
/
tmp
/
spout
# Remove spout file if it exists
--
error
0
,
1
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
spout
call
into_outfile
(
"ofile"
,
1
)
|
call
into_outfile
(
"ofile"
,
1
)
|
--
system
rm
-
f
$MYSQLTEST_VARDIR
/
tmp
/
spout
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
spout
delete
from
t1
|
delete
from
t1
|
drop
procedure
into_outfile
|
drop
procedure
into_outfile
|
...
@@ -723,9 +725,11 @@ begin
...
@@ -723,9 +725,11 @@ begin
insert
into
test
.
t1
values
(
concat
(
x
,
"2"
),
y
+
2
);
insert
into
test
.
t1
values
(
concat
(
x
,
"2"
),
y
+
2
);
end
|
end
|
--
system
rm
-
f
$MYSQLTEST_VARDIR
/
tmp
/
spdump
# Remove spdump file if it exists
--
error
0
,
1
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
spdump
call
into_dumpfile
(
"dfile"
,
1
)
|
call
into_dumpfile
(
"dfile"
,
1
)
|
--
system
rm
-
f
$MYSQLTEST_VARDIR
/
tmp
/
spdump
--
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
spdump
delete
from
t1
|
delete
from
t1
|
drop
procedure
into_dumpfile
|
drop
procedure
into_dumpfile
|
...
...
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