Bug #76529 | NCHAR and NVARCHAR should use utf8mb4 as predefined character set by default | ||
---|---|---|---|
Submitted: | 30 Mar 2015 12:22 | Modified: | 20 Apr 2015 22:49 |
Reporter: | Ryusuke Kajiyama | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Data Types | Severity: | S4 (Feature request) |
Version: | 5.7, 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Character Data Type, i18n, National Character Set |
[30 Mar 2015 12:22]
Ryusuke Kajiyama
[20 Apr 2015 22:49]
MySQL Verification Team
Thank you for the bug report.
[15 Jun 2020 3:19]
Ryusuke Kajiyama
MySQL 8.0.20 outputs following Warning message when tables with NATIONAL/NCHAR/NVARCHAR was created; Warning (code 3720): NATIONAL/NCHAR/NVARCHAR implies the character set UTF8MB3, which will be replaced by UTF8MB4 in a future release. Please consider using CHAR(x) CHARACTER SET UTF8MB4 in order to be unambiguous.