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
9ffb05db
Commit
9ffb05db
authored
Aug 29, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unportable "system rm"
parent
044f7a32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
mysql-test/t/backup.test
mysql-test/t/backup.test
+10
-1
No files found.
mysql-test/t/backup.test
View file @
9ffb05db
...
@@ -57,6 +57,15 @@ unlock tables;
...
@@ -57,6 +57,15 @@ unlock tables;
connection
con1
;
connection
con1
;
reap
;
reap
;
drop
table
t5
;
drop
table
t5
;
--
system
rm
$MYSQLTEST_VARDIR
/
tmp
/
t
?.*
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t1
.
MYD
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t2
.
MYD
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t3
.
MYD
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t4
.
MYD
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t5
.
MYD
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t1
.
frm
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t2
.
frm
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t3
.
frm
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t4
.
frm
;
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
t5
.
frm
;
# End of 4.1 tests
# End of 4.1 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