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
2df2e261
Commit
2df2e261
authored
Feb 04, 2013
by
Mattias Jonsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post-push test result update for bug#14521864.
parent
c179355f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
156 additions
and
156 deletions
+156
-156
mysql-test/suite/engines/funcs/r/tc_partition_change_from_range_to_hash_key.result
...funcs/r/tc_partition_change_from_range_to_hash_key.result
+12
-12
mysql-test/suite/engines/funcs/r/tc_partition_key.result
mysql-test/suite/engines/funcs/r/tc_partition_key.result
+48
-48
mysql-test/suite/engines/funcs/r/tc_partition_linear_key.result
...test/suite/engines/funcs/r/tc_partition_linear_key.result
+48
-48
mysql-test/suite/engines/funcs/r/tc_partition_reorg_hash_key.result
.../suite/engines/funcs/r/tc_partition_reorg_hash_key.result
+48
-48
No files found.
mysql-test/suite/engines/funcs/r/tc_partition_change_from_range_to_hash_key.result
View file @
2df2e261
...
...
@@ -412,7 +412,7 @@ t1 CREATE TABLE `t1` (
`c1` tinyint(4) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 5 */
ALTER TABLE t1 COALESCE PARTITION 2;
SELECT * FROM t1 ORDER BY c1;
...
...
@@ -434,7 +434,7 @@ t1 CREATE TABLE `t1` (
`c1` tinyint(4) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 3 */
DROP TABLE t1;
SHOW TABLES;
...
...
@@ -475,7 +475,7 @@ t1 CREATE TABLE `t1` (
`c1` smallint(6) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 5 */
ALTER TABLE t1 COALESCE PARTITION 2;
SELECT * FROM t1 ORDER BY c1;
...
...
@@ -497,7 +497,7 @@ t1 CREATE TABLE `t1` (
`c1` smallint(6) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 3 */
DROP TABLE t1;
SHOW TABLES;
...
...
@@ -538,7 +538,7 @@ t1 CREATE TABLE `t1` (
`c1` mediumint(9) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 5 */
ALTER TABLE t1 COALESCE PARTITION 2;
SELECT * FROM t1 ORDER BY c1;
...
...
@@ -560,7 +560,7 @@ t1 CREATE TABLE `t1` (
`c1` mediumint(9) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 3 */
DROP TABLE t1;
SHOW TABLES;
...
...
@@ -601,7 +601,7 @@ t1 CREATE TABLE `t1` (
`c1` int(11) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 5 */
ALTER TABLE t1 COALESCE PARTITION 2;
SELECT * FROM t1 ORDER BY c1;
...
...
@@ -623,7 +623,7 @@ t1 CREATE TABLE `t1` (
`c1` int(11) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 3 */
DROP TABLE t1;
SHOW TABLES;
...
...
@@ -664,7 +664,7 @@ t1 CREATE TABLE `t1` (
`c1` int(11) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 5 */
ALTER TABLE t1 COALESCE PARTITION 2;
SELECT * FROM t1 ORDER BY c1;
...
...
@@ -686,7 +686,7 @@ t1 CREATE TABLE `t1` (
`c1` int(11) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 3 */
DROP TABLE t1;
SHOW TABLES;
...
...
@@ -727,7 +727,7 @@ t1 CREATE TABLE `t1` (
`c1` bigint(20) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 5 */
ALTER TABLE t1 COALESCE PARTITION 2;
SELECT * FROM t1 ORDER BY c1;
...
...
@@ -749,7 +749,7 @@ t1 CREATE TABLE `t1` (
`c1` bigint(20) NOT NULL,
`c2` char(5) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
/*!50100 PARTITION BY KEY (c1)
/*!50100 PARTITION BY KEY
ALGORITHM = 2
(c1)
PARTITIONS 3 */
DROP TABLE t1;
SHOW TABLES;
...
...
mysql-test/suite/engines/funcs/r/tc_partition_key.result
View file @
2df2e261
This diff is collapsed.
Click to expand it.
mysql-test/suite/engines/funcs/r/tc_partition_linear_key.result
View file @
2df2e261
This diff is collapsed.
Click to expand it.
mysql-test/suite/engines/funcs/r/tc_partition_reorg_hash_key.result
View file @
2df2e261
This diff is collapsed.
Click to expand it.
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