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
7baac807
Commit
7baac807
authored
Nov 01, 2007
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#31004 mysqltest needs a --mkdir command
parent
5fb96884
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
mysql-test/t/upgrade.test
mysql-test/t/upgrade.test
+1
-6
No files found.
mysql-test/t/upgrade.test
View file @
7baac807
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
# Temporary disabled on windows,
# because of --exec mkdir
# TODO: implement Bug#31004 and remove this limitation
--
source
include
/
not_windows
.
inc
--
disable_warnings
--
disable_warnings
drop
database
if
exists
`mysqltest1`
;
drop
database
if
exists
`mysqltest1`
;
drop
database
if
exists
`mysqltest-1`
;
drop
database
if
exists
`mysqltest-1`
;
...
@@ -75,7 +70,7 @@ create table tabc.t1 (a int);
...
@@ -75,7 +70,7 @@ create table tabc.t1 (a int);
FLUSH
TABLES
;
FLUSH
TABLES
;
# Manually make a 5.0 database from the template
# Manually make a 5.0 database from the template
--
exec
mkdir
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
--
mkdir
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
--
copy_file
$MYSQLTEST_VARDIR
/
master
-
data
/
tabc
/
db
.
opt
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
/
db
.
opt
--
copy_file
$MYSQLTEST_VARDIR
/
master
-
data
/
tabc
/
db
.
opt
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
/
db
.
opt
--
copy_file
$MYSQLTEST_VARDIR
/
master
-
data
/
tabc
/
t1
.
frm
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
/
t1
.
frm
--
copy_file
$MYSQLTEST_VARDIR
/
master
-
data
/
tabc
/
t1
.
frm
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
/
t1
.
frm
--
copy_file
$MYSQLTEST_VARDIR
/
master
-
data
/
tabc
/
t1
.
MYD
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
/
t1
.
MYD
--
copy_file
$MYSQLTEST_VARDIR
/
master
-
data
/
tabc
/
t1
.
MYD
$MYSQLTEST_VARDIR
/
master
-
data
/
a
-
b
-
c
/
t1
.
MYD
...
...
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