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
358c3d79
Commit
358c3d79
authored
Jul 17, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for strange appearance of db.opt file
parent
9038b72c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
mysql-test/t/partition.test
mysql-test/t/partition.test
+6
-7
No files found.
mysql-test/t/partition.test
View file @
358c3d79
...
@@ -1266,7 +1266,6 @@ drop table t1;
...
@@ -1266,7 +1266,6 @@ drop table t1;
# doesn't remove old directory
# doesn't remove old directory
#
#
--
disable_query_log
--
disable_query_log
--
exec
rm
$MYSQLTEST_VARDIR
/
test
/
db
.
opt
||
true
--
exec
mkdir
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
||
true
--
exec
mkdir
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
||
true
eval
SET
@
data_dir
=
'DATA DIRECTORY = ''$MYSQLTEST_VARDIR/master-data/tmpdata'''
;
eval
SET
@
data_dir
=
'DATA DIRECTORY = ''$MYSQLTEST_VARDIR/master-data/tmpdata'''
;
let
$data_directory
=
`select @data_dir`
;
let
$data_directory
=
`select @data_dir`
;
...
@@ -1284,11 +1283,11 @@ subpartition by hash (a)
...
@@ -1284,11 +1283,11 @@ subpartition by hash (a)
(
SUBPARTITION
subpart00
,
SUBPARTITION
subpart01
));
(
SUBPARTITION
subpart00
,
SUBPARTITION
subpart01
));
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
test
t1
*
||
true
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
t1
*
||
true
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
t1
*
||
true
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
/
t1
*
||
true
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpinx
t1
*
||
true
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpinx
/
t1
*
||
true
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
eval
ALTER
TABLE
t1
REORGANIZE
PARTITION
p0
INTO
eval
ALTER
TABLE
t1
REORGANIZE
PARTITION
p0
INTO
...
@@ -1298,11 +1297,11 @@ eval ALTER TABLE t1 REORGANIZE PARTITION p0 INTO
...
@@ -1298,11 +1297,11 @@ eval ALTER TABLE t1 REORGANIZE PARTITION p0 INTO
(
SUBPARTITION
subpart20
,
SUBPARTITION
subpart21
));
(
SUBPARTITION
subpart20
,
SUBPARTITION
subpart21
));
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
test
t1
*
||
true
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
test
/
t1
*
||
true
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
t1
*
||
true
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
/
t1
*
||
true
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
replace_result
$MYSQLTEST_VARDIR
"hello"
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpinx
t1
*
||
true
--
exec
ls
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpinx
/
t1
*
||
true
drop
table
t1
;
drop
table
t1
;
--
exec
rmdir
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
||
true
--
exec
rmdir
$MYSQLTEST_VARDIR
/
master
-
data
/
tmpdata
||
true
...
...
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