Commit f12ebed0 authored by Sergei Golubchik's avatar Sergei Golubchik

fixes for tokudb_parts --big suite

parent 865ae5d3
...@@ -619,7 +619,7 @@ Table Create Table ...@@ -619,7 +619,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` int(11) DEFAULT NULL `col1` int(11) DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (abs(col1)) SUBPARTITION BY HASH (abs(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -2316,7 +2316,7 @@ Table Create Table ...@@ -2316,7 +2316,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` int(11) DEFAULT NULL `col1` int(11) DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (mod(col1,10)) SUBPARTITION BY HASH (mod(col1,10))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -3666,7 +3666,7 @@ Table Create Table ...@@ -3666,7 +3666,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (day(col1)) SUBPARTITION BY HASH (day(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -4183,7 +4183,7 @@ Table Create Table ...@@ -4183,7 +4183,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (dayofmonth(col1)) SUBPARTITION BY HASH (dayofmonth(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -4700,7 +4700,7 @@ Table Create Table ...@@ -4700,7 +4700,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (dayofweek(col1)) SUBPARTITION BY HASH (dayofweek(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -5229,7 +5229,7 @@ Table Create Table ...@@ -5229,7 +5229,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (dayofyear(col1)) SUBPARTITION BY HASH (dayofyear(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -5748,7 +5748,7 @@ Table Create Table ...@@ -5748,7 +5748,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (extract(month from col1)) SUBPARTITION BY HASH (extract(month from col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -6267,7 +6267,7 @@ Table Create Table ...@@ -6267,7 +6267,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` time DEFAULT NULL `col1` time DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (hour(col1)) SUBPARTITION BY HASH (hour(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -6792,7 +6792,7 @@ Table Create Table ...@@ -6792,7 +6792,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` time(6) DEFAULT NULL `col1` time(6) DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (microsecond(col1)) SUBPARTITION BY HASH (microsecond(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -7313,7 +7313,7 @@ Table Create Table ...@@ -7313,7 +7313,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` time DEFAULT NULL `col1` time DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (minute(col1)) SUBPARTITION BY HASH (minute(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -7844,7 +7844,7 @@ Table Create Table ...@@ -7844,7 +7844,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` time DEFAULT NULL `col1` time DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (second(col1)) SUBPARTITION BY HASH (second(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -8375,7 +8375,7 @@ Table Create Table ...@@ -8375,7 +8375,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (month(col1)) SUBPARTITION BY HASH (month(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -8900,7 +8900,7 @@ Table Create Table ...@@ -8900,7 +8900,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (quarter(col1)) SUBPARTITION BY HASH (quarter(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -9423,7 +9423,7 @@ Table Create Table ...@@ -9423,7 +9423,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (weekday(col1)) SUBPARTITION BY HASH (weekday(col1))
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -9944,7 +9944,7 @@ Table Create Table ...@@ -9944,7 +9944,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (year(col1)-1990) SUBPARTITION BY HASH (year(col1)-1990)
SUBPARTITIONS 5 SUBPARTITIONS 5
...@@ -10469,7 +10469,7 @@ Table Create Table ...@@ -10469,7 +10469,7 @@ Table Create Table
t55 CREATE TABLE `t55` ( t55 CREATE TABLE `t55` (
`colint` int(11) DEFAULT NULL, `colint` int(11) DEFAULT NULL,
`col1` date DEFAULT NULL `col1` date DEFAULT NULL
) ENGINE=TokuDB DEFAULT CHARSET=latin1 ) ENGINE=TokuDB DEFAULT CHARSET=latin1 `compression`='tokudb_zlib'
/*!50100 PARTITION BY LIST (colint) /*!50100 PARTITION BY LIST (colint)
SUBPARTITION BY HASH (yearweek(col1)-200600) SUBPARTITION BY HASH (yearweek(col1)-200600)
SUBPARTITIONS 5 SUBPARTITIONS 5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment