mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-26713 Treat codepage 65001 as utf8mb4, not utf8mb3
Also, fix the "UTF8" option in MSI, which is responsible for character-set-server setting
This commit is contained in:
parent
ba9d231b5a
commit
a4fc41b6b4
2 changed files with 2 additions and 2 deletions
|
@ -1393,7 +1393,7 @@ static const MY_CSET_OS_NAME charsets[] =
|
|||
#ifdef UNCOMMENT_THIS_WHEN_WL_WL_4024_IS_DONE
|
||||
{"cp54936", "gb18030", my_cs_exact},
|
||||
#endif
|
||||
{"cp65001", "utf8", my_cs_exact},
|
||||
{"cp65001", "utf8mb4", my_cs_exact},
|
||||
|
||||
#else /* not Windows */
|
||||
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
Section="mysqld"
|
||||
Name="my.ini"
|
||||
Key="character-set-server"
|
||||
Value="utf8" />
|
||||
Value="utf8mb4" />
|
||||
</Component>
|
||||
|
||||
<!-- Shortcuts in program menu (mysql client etc) -->
|
||||
|
|
Loading…
Reference in a new issue