mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge remote-tracking branch 'origin/10.4' into 10.5
This commit is contained in:
commit
fe844c16b6
1188 changed files with 48438 additions and 48322 deletions
|
|
@ -22,7 +22,7 @@ t1 CREATE TABLE `t1` (
|
|||
`id` int(11) NOT NULL,
|
||||
`created_at` datetime NOT NULL,
|
||||
`cool` tinyint(4) DEFAULT 0
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
PARTITION BY RANGE (to_days(`created_at`))
|
||||
(PARTITION `month_2010_4` VALUES LESS THAN (734258) ENGINE = MyISAM,
|
||||
PARTITION `month_2010_5` VALUES LESS THAN (734289) ENGINE = MyISAM,
|
||||
|
|
@ -71,7 +71,7 @@ t1 CREATE TABLE `t1` (
|
|||
`id` int(11) NOT NULL,
|
||||
`created_at` datetime NOT NULL,
|
||||
`cool` tinyint(4) DEFAULT 0
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
PARTITION BY RANGE (to_days(`created_at`))
|
||||
SUBPARTITION BY HASH (`cool`)
|
||||
SUBPARTITIONS 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue