mariadb: change default codepage to utf8mb4
This commit is contained in:
parent
3a6e362ec3
commit
c9d2d2fa82
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ common = rec { # attributes common to both builds
|
|||
cmakeFlags = [
|
||||
"-DBUILD_CONFIG=mysql_release"
|
||||
"-DMANUFACTURER=NixOS.org"
|
||||
"-DDEFAULT_CHARSET=utf8"
|
||||
"-DDEFAULT_COLLATION=utf8_general_ci"
|
||||
"-DDEFAULT_CHARSET=utf8mb4"
|
||||
"-DDEFAULT_COLLATION=utf8mb4_unicode_ci"
|
||||
"-DSECURITY_HARDENED=ON"
|
||||
|
||||
"-DINSTALL_UNIX_ADDRDIR=/run/mysqld/mysqld.sock"
|
||||
|
|
Loading…
Reference in a new issue