You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-5519: new defaults in columnstore.cnf (#2894)
feat(charset)!: utf8 is a new charset default and utf8_general_ci is a new collation default in the engine configuration file shipped --------- Co-authored-by: Leonid Fedorov <leonid.fedorov@mariadb.com> Co-authored-by: mariadb-DanielLee <daniel.lee@mariadb.com>
This commit is contained in:
committed by
GitHub
parent
712d34a407
commit
64f1d541d0
@ -137,7 +137,6 @@ insert ignore into cs3 values ('12', '2020-10-25 01:02:06',
|
||||
'1234567890', '2020-10-25 01:02:07',
|
||||
'abc', '2020-10-25 01:02:08',
|
||||
'cde', '2020-10-25 01:02:09');
|
||||
--error 1366
|
||||
insert into cs3 values (_utf8mb4 0xE1B482, '2020-10-25 01:02:07',
|
||||
'1234567890', '2020-10-25 01:02:08',
|
||||
'abc', '2020-10-25 01:02:09',
|
||||
|
Reference in New Issue
Block a user