mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-25829 Change default Unicode collation to uca1400_ai_ci
Step#3 The main patch
This commit is contained in:
@ -29,7 +29,7 @@ t1 CREATE TABLE `t1` (
|
||||
`time` date NOT NULL,
|
||||
`id2` bigint(20) NOT NULL,
|
||||
PRIMARY KEY (`id`,`time`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_uca1400_ai_ci
|
||||
PARTITION BY RANGE (to_days(`time`))
|
||||
(PARTITION `p10` VALUES LESS THAN (734708) ENGINE = InnoDB,
|
||||
PARTITION `p20` VALUES LESS THAN MAXVALUE ENGINE = InnoDB)
|
||||
|
Reference in New Issue
Block a user