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
a4baf9b3
Commit
a4baf9b3
authored
Dec 01, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test failure: make list_files more selective to prevent db.opt from showing up
parent
e3108e6d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
mysql-test/t/partition_innodb.test
mysql-test/t/partition_innodb.test
+0
-1
mysql-test/t/partition_innodb_plugin.test
mysql-test/t/partition_innodb_plugin.test
+3
-3
No files found.
mysql-test/t/partition_innodb.test
View file @
a4baf9b3
...
...
@@ -638,7 +638,6 @@ SELECT * FROM t1 WHERE i1 = ( SELECT i1 FROM t1 WHERE f1=0 LIMIT 1 );
DROP
TABLE
t1
;
--
remove_file
$MYSQLD_DATADIR
/
test
/
db
.
opt
--
enable_parsing
--
echo
#
...
...
mysql-test/t/partition_innodb_plugin.test
View file @
a4baf9b3
...
...
@@ -52,7 +52,7 @@ KEY_BLOCK_SIZE=4
PARTITION
BY
HASH
(
id
)
PARTITIONS
1
;
--
replace_result
#p# #P#
--
list_files
$MYSQLD_DATADIR
/
test
--
list_files
$MYSQLD_DATADIR
/
test
t1
*
SHOW
CREATE
TABLE
t1
;
SET
GLOBAL
innodb_file_per_table
=
OFF
;
...
...
@@ -71,14 +71,14 @@ LOCK TABLE t1 WRITE;
ALTER
TABLE
t1
ADD
PARTITION
PARTITIONS
1
;
--
replace_result
#p# #P#
--
list_files
$MYSQLD_DATADIR
/
test
--
list_files
$MYSQLD_DATADIR
/
test
t1
*
--
echo
# This SET is not needed to reproduce the bug,
--
echo
# it is here just to make the test case more realistic
SET
innodb_strict_mode
=
OFF
;
ALTER
TABLE
t1
ADD
PARTITION
PARTITIONS
2
;
--
replace_result
#p# #P#
--
list_files
$MYSQLD_DATADIR
/
test
--
list_files
$MYSQLD_DATADIR
/
test
t1
*
# really bug#56172
ALTER
TABLE
t1
REBUILD
PARTITION
p0
;
...
...
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