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
758f2fc7
Commit
758f2fc7
authored
Aug 29, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
parents
e10fb4ff
aa57f610
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
mysql-test/t/backup.test
mysql-test/t/backup.test
+10
-1
mysql-test/t/ps.test
mysql-test/t/ps.test
+0
-3
No files found.
mysql-test/t/backup.test
View file @
758f2fc7
...
...
@@ -57,7 +57,16 @@ unlock tables;
connection
con1
;
reap
;
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 5.0 tests
...
...
mysql-test/t/ps.test
View file @
758f2fc7
...
...
@@ -1181,9 +1181,6 @@ deallocate prepare stmt2;
#
# CREATE TABLE with DATA DIRECTORY option
#
# Protect ourselves from data left in tmp/ by a previos possibly failed
# test
--
system
rm
-
f
$MYSQLTEST_VARDIR
/
tmp
/
t1
.*
--
disable_warnings
--
disable_query_log
eval
prepare
stmt
from
"create table t1 (c char(10)) data directory='
$MYSQLTEST_VARDIR
/tmp'"
;
...
...
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