Accepting request 992412 from home:computersalat:devel:database

use the better collation as default: utf8mb4_unicode_520_ci

OBS-URL: https://build.opensuse.org/request/show/992412
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=298
This commit is contained in:
Danilo Spinella 2022-08-30 11:57:09 +00:00 committed by Git OBS Bridge
parent 16b9a944e4
commit 1419babec6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 2 23:36:11 UTC 2022 - chris@computersalat.de
- use the better collation as default
* DDEFAULT_COLLATION=utf8mb4_unicode_520_ci
-------------------------------------------------------------------
Wed Jul 27 06:19:45 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -420,7 +420,7 @@ export CXXFLAGS="$CFLAGS -felide-constructors"
-DWITH_COMMENT="MariaDB rpm" \
-DWITH_EXTRA_CHARSET=all \
-DDEFAULT_CHARSET=utf8mb4 \
-DDEFAULT_COLLATION=utf8mb4_general_ci \
-DDEFAULT_COLLATION=utf8mb4_unicode_520_ci \
-DWITH_INNOBASE_STORAGE_ENGINE=1 \
-DWITH_PERFSCHEMA_STORAGE_ENGINE=1 \
%if 0%{with_oqgraph} < 1