[MDEV-31439] Conflicts installing MariaDB over MySQL-8.0 (AlmaLinux) Created: 2023-06-09  Updated: 2023-09-19

Status: Open
Project: MariaDB Server
Component/s: Packaging
Affects Version/s: 10.11
Fix Version/s: 10.4, 10.11

Type: Bug Priority: Major
Reporter: Daniel Black Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: not-11.0
Environment:

almalinux 9


Issue Links:
Relates
relates to MDEV-9798 Conflicts upon installing MariaDB ser... Open

 Description   

$ podman run --name alma9 -d --rm --privileged  quay.io/almalinuxorg/9-init
$ podman exec -ti alma9  bash
 [root@d45f603a4248 /]# dnf install hostname mysql-server
AlmaLinux 9 - AppStream                                                                                                                        2.8 MB/s | 7.6 MB     00:02    
AlmaLinux 9 - BaseOS                                                                                                                           1.3 MB/s | 2.0 MB     00:01    
AlmaLinux 9 - Extras                                                                                                                            12 kB/s |  17 kB     00:01    
Dependencies resolved.
===============================================================================================================================================================================
 Package                                              Architecture                   Version                                           Repository                         Size
===============================================================================================================================================================================
Installing:
 hostname                                             x86_64                         3.23-6.el9                                        baseos                             27 k
 mysql-server                                         x86_64                         8.0.32-1.el9_2                                    appstream                          17 M
...
[root@d45f603a4248 /]# systemctl start mysqld.service
[root@d45f603a4248 /]# systemctl status mysqld.service
● mysqld.service - MySQL 8.0 database server
     Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled; preset: disabled)
     Active: active (running) since Fri 2023-06-09 01:15:50 UTC; 5s ago
    Process: 196 ExecStartPre=/usr/libexec/mysql-check-socket (code=exited, status=0/SUCCESS)
    Process: 218 ExecStartPre=/usr/libexec/mysql-prepare-db-dir mysqld.service (code=exited, status=0/SUCCESS)
   Main PID: 297 (mysqld)
     Status: "Server is operational"
      Tasks: 39 (limit: 1638)
     Memory: 457.4M
        CPU: 1.736s
     CGroup: /system.slice/mysqld.service
             └─297 /usr/libexec/mysqld --basedir=/usr
 
Jun 09 01:15:48 d45f603a4248 systemd[1]: Starting MySQL 8.0 database server...
Jun 09 01:15:48 d45f603a4248 mysql-prepare-db-dir[218]: Initializing MySQL database
Jun 09 01:15:50 d45f603a4248 systemd[1]: Started MySQL 8.0 database server.
[root@d45f603a4248 /]# journalctl -u mysqld.service
Jun 09 01:15:48 d45f603a4248 systemd[1]: Starting MySQL 8.0 database server...
Jun 09 01:15:48 d45f603a4248 mysql-prepare-db-dir[218]: Initializing MySQL database
Jun 09 01:15:50 d45f603a4248 systemd[1]: Started MySQL 8.0 database server.
[root@d45f603a4248 /]# cat /var/lib/mysql
mysql/         mysql-files/   mysql-keyring/ 
[root@d45f603a4248 /]# cat /var/lib/mysql/
#ib_16384_0.dblwr   auto.cnf            ca.pem              ibdata1             mysql.sock          mysqlx.sock.lock    server-cert.pem     undo_002
#ib_16384_1.dblwr   binlog.000001       client-cert.pem     ibtmp1              mysql.sock.lock     performance_schema/ server-key.pem      
#innodb_redo/       binlog.index        client-key.pem      mysql/              mysql_upgrade_info  private_key.pem     sys/                
#innodb_temp/       ca-key.pem          ib_buffer_pool      mysql.ibd           mysqlx.sock         public_key.pem      undo_001            
[root@d45f603a4248 /]# cat /var/log/mysql/mysqld.log 
2023-06-09T01:15:48.382181Z 0 [System] [MY-013169] [Server] /usr/libexec/mysqld (mysqld 8.0.32) initializing of server in progress as process 254
2023-06-09T01:15:48.384945Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-06-09T01:15:48.456071Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-06-09T01:15:49.188439Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2023-06-09T01:15:50.389085Z 0 [System] [MY-010116] [Server] /usr/libexec/mysqld (mysqld 8.0.32) starting as process 297
2023-06-09T01:15:50.392064Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2023-06-09T01:15:50.445409Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2023-06-09T01:15:50.527623Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2023-06-09T01:15:50.527642Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2023-06-09T01:15:50.528962Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/run' in the path is accessible to all OS users. Consider choosing a different directory.
2023-06-09T01:15:50.537114Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/lib/mysql/mysqlx.sock
2023-06-09T01:15:50.537123Z 0 [System] [MY-010931] [Server] /usr/libexec/mysqld: ready for connections. Version: '8.0.32'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution.

[root@d45f603a4248 /]# cat > /etc/yum.repos.d/MariaDB.repo
# MariaDB 10.11 RedHatEnterpriseLinux repository list - created 2023-06-09 01:17 UTC
# https://mariadb.org/download/
[mariadb]
name = MariaDB
# rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details.
# baseurl = https://rpm.mariadb.org/10.11/rhel/$releasever/$basearch
baseurl = https://mirror.realcompute.io/mariadb/yum/10.11/rhel/$releasever/$basearch
# gpgkey = https://rpm.mariadb.org/RPM-GPG-KEY-MariaDB
gpgkey = https://mirror.realcompute.io/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck = 1
[root@d45f603a4248 /]# dnf update^C
[root@d45f603a4248 /]# dnf install MariaDB-server
MariaDB                                                                                                                                        1.5 MB/s | 690 kB     00:00    
Error: 
 Problem: package MariaDB-server-10.11.4-1.el9.x86_64 requires MariaDB-client >= 10.6.1, but none of the providers can be installed
  - package mysql-8.0.30-3.el9_0.x86_64 conflicts with mariadb provided by MariaDB-client-10.11.2-1.el9.x86_64
  - package mysql-8.0.30-3.el9_0.x86_64 conflicts with mariadb provided by MariaDB-client-10.11.3-1.el9.x86_64
  - package mysql-8.0.30-3.el9_0.x86_64 conflicts with mariadb provided by MariaDB-client-10.11.4-1.el9.x86_64
  - problem with installed package mysql-8.0.32-1.el9_2.x86_64
  - package mysql-8.0.32-1.el9_2.x86_64 conflicts with mariadb provided by MariaDB-client-10.11.2-1.el9.x86_64
  - package mysql-8.0.32-1.el9_2.x86_64 conflicts with mariadb provided by MariaDB-client-10.11.3-1.el9.x86_64
  - package mysql-8.0.32-1.el9_2.x86_64 conflicts with mariadb provided by MariaDB-client-10.11.4-1.el9.x86_64
  - cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[root@d45f603a4248 /]# dnf install --allowerasing MariaDB-server
Last metadata expiration check: 0:00:50 ago on Fri Jun  9 01:17:43 2023.
Dependencies resolved.
===============================================================================================================================================================================
 Package                                          Architecture                      Version                                        Repository                             Size
===============================================================================================================================================================================
Installing:
 MariaDB-server                                   x86_64                            10.11.4-1.el9                                  mariadb                                18 M
     replacing  mysql-server.x86_64 8.0.32-1.el9_2
Installing dependencies:
 MariaDB-client                                   x86_64                            10.11.4-1.el9                                  mariadb                               9.2 M
 MariaDB-common                                   x86_64                            10.11.4-1.el9                                  mariadb                                88 k
 MariaDB-shared                                   x86_64                            10.11.4-1.el9                                  mariadb                               130 k
     replacing  mariadb-connector-c-config.noarch 3.2.6-1.el9_0
 boost-program-options                            x86_64                            1.75.0-8.el9                                   appstream                             106 k
 daxctl-libs                                      x86_64                            71.1-8.el9                                     baseos                                 41 k
 galera-4                                         x86_64                            26.4.14-1.el9                                  mariadb                               1.3 M
 iproute                                          x86_64                            6.1.0-1.el9                                    baseos                                777 k
 libbpf                                           x86_64                            2:1.0.0-2.el9                                  baseos                                161 k
 libmnl                                           x86_64                            1.0.4-15.el9                                   baseos                                 28 k
 libpmem                                          x86_64                            1.12.1-1.el9                                   appstream                             111 k
 lsof                                             x86_64                            4.94.0-3.el9                                   baseos                                238 k
 ndctl-libs                                       x86_64                            71.1-8.el9                                     baseos                                 87 k
 perl-DBI                                         x86_64                            1.643-9.el9                                    appstream                             700 k
 perl-DynaLoader                                  x86_64                            1.47-480.el9                                   appstream                              26 k
 perl-File-Copy                                   noarch                            2.34-480.el9                                   appstream                              20 k
 perl-Math-BigInt                                 noarch                            1:1.9998.18-460.el9                            appstream                             188 k
 perl-Math-Complex                                noarch                            1.59-480.el9                                   appstream                              47 k
 perl-Sys-Hostname                                x86_64                            1.23-480.el9                                   appstream                              17 k
 psmisc                                           x86_64                            23.4-3.el9                                     baseos                                226 k
 rsync                                            x86_64                            3.2.3-19.el9                                   baseos                                393 k
 socat                                            x86_64                            1.7.4.1-5.el9                                  appstream                             300 k
Removing dependent packages:
 mysql                                            x86_64                            8.0.32-1.el9_2                                 @appstream                             60 M
 
Transaction Summary
===============================================================================================================================================================================
Install  22 Packages
Remove    1 Package
 
Total download size: 32 M
Is this ok [y/N]: y
Downloading Packages:
(1/22): MariaDB-common-10.11.4-1.el9.x86_64.rpm                                                                                                487 kB/s |  88 kB     00:00    
(2/22): MariaDB-shared-10.11.4-1.el9.x86_64.rpm                                                                                                511 kB/s | 130 kB     00:00    
(3/22): galera-4-26.4.14-1.el9.x86_64.rpm                                                                                                      2.3 MB/s | 1.3 MB     00:00    
(4/22): boost-program-options-1.75.0-8.el9.x86_64.rpm                                                                                          238 kB/s | 106 kB     00:00    
(5/22): libpmem-1.12.1-1.el9.x86_64.rpm                                                                                                        1.0 MB/s | 111 kB     00:00    
(6/22): MariaDB-client-10.11.4-1.el9.x86_64.rpm                                                                                                5.6 MB/s | 9.2 MB     00:01    
(7/22): perl-DBI-1.643-9.el9.x86_64.rpm                                                                                                        2.8 MB/s | 700 kB     00:00    
(8/22): perl-File-Copy-2.34-480.el9.noarch.rpm                                                                                                 241 kB/s |  20 kB     00:00    
(9/22): perl-DynaLoader-1.47-480.el9.x86_64.rpm                                                                                                 98 kB/s |  26 kB     00:00    
(10/22): perl-Math-BigInt-1.9998.18-460.el9.noarch.rpm                                                                                         2.3 MB/s | 188 kB     00:00    
(11/22): perl-Sys-Hostname-1.23-480.el9.x86_64.rpm                                                                                             116 kB/s |  17 kB     00:00    
(12/22): perl-Math-Complex-1.59-480.el9.noarch.rpm                                                                                             171 kB/s |  47 kB     00:00    
(13/22): socat-1.7.4.1-5.el9.x86_64.rpm                                                                                                        1.9 MB/s | 300 kB     00:00    
(14/22): daxctl-libs-71.1-8.el9.x86_64.rpm                                                                                                     361 kB/s |  41 kB     00:00    
(15/22): iproute-6.1.0-1.el9.x86_64.rpm                                                                                                        3.1 MB/s | 777 kB     00:00    
(16/22): libmnl-1.0.4-15.el9.x86_64.rpm                                                                                                        598 kB/s |  28 kB     00:00    
(17/22): libbpf-1.0.0-2.el9.x86_64.rpm                                                                                                         477 kB/s | 161 kB     00:00    
(18/22): lsof-4.94.0-3.el9.x86_64.rpm                                                                                                          3.2 MB/s | 238 kB     00:00    
(19/22): psmisc-23.4-3.el9.x86_64.rpm                                                                                                          3.4 MB/s | 226 kB     00:00    
(20/22): ndctl-libs-71.1-8.el9.x86_64.rpm                                                                                                      548 kB/s |  87 kB     00:00    
(21/22): rsync-3.2.3-19.el9.x86_64.rpm                                                                                                         4.6 MB/s | 393 kB     00:00    
(22/22): MariaDB-server-10.11.4-1.el9.x86_64.rpm                                                                                               4.7 MB/s |  18 MB     00:03    
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                          5.3 MB/s |  32 MB     00:06     
MariaDB                                                                                                                                        116 kB/s |  15 kB     00:00    
Importing GPG key 0x1BB943DB:
 Userid     : "MariaDB Package Signing Key <package-signing-key@mariadb.org>"
 Fingerprint: 1993 69E5 404B D5FC 7D2F E43B CBCB 082A 1BB9 43DB
 From       : https://mirror.realcompute.io/mariadb/yum/RPM-GPG-KEY-MariaDB
Is this ok [y/N]: y
Key imported successfully
Importing GPG key 0xC74CD1D8:
 Userid     : "MariaDB Signing Key <signing-key@mariadb.org>"
 Fingerprint: 177F 4010 FE56 CA33 3630 0305 F165 6F24 C74C D1D8
 From       : https://mirror.realcompute.io/mariadb/yum/RPM-GPG-KEY-MariaDB
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction test error:
  file /usr/share/mysql/charsets/Index.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/armscii8.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/ascii.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp1250.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp1251.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp1256.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp1257.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp850.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp852.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/cp866.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/dec8.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/geostd8.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/greek.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/hebrew.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/hp8.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/keybcs2.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/koi8r.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/koi8u.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/latin1.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/latin2.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/latin5.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/latin7.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/macce.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/macroman.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/charsets/swe7.xml from install of MariaDB-common-10.11.4-1.el9.x86_64 conflicts with file from package mysql-common-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/bulgarian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/czech/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/danish/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/dutch/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/english/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/estonian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/french/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/german/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/greek/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/hungarian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/italian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/japanese/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/korean/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/norwegian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/polish/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/portuguese/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/romanian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/russian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/serbian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/slovak/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/spanish/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/swedish/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
  file /usr/share/mysql/ukrainian/errmsg.sys from install of MariaDB-server-10.11.4-1.el9.x86_64 conflicts with file from package mysql-errmsg-8.0.32-1.el9_2.x86_64
 
[root@d45f603a4248 /]# 



 Comments   
Comment by Daniel Black [ 2023-06-09 ]

centos7 with mysql-community-server (5.7)

[root@c72d1bbaf5da /]# yum install MariaDB-server
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: mirror.realcompute.io
 * extras: mirror.realcompute.io
 * updates: mirror.realcompute.io
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-server.x86_64 0:10.4.30-1.el7.centos will be installed
--> Processing Dependency: MariaDB-common for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: MariaDB-client for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: galera-4 for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: rsync for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: lsof for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: iproute for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: perl(Data::Dumper) for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Processing Dependency: perl(DBI) for package: MariaDB-server-10.4.30-1.el7.centos.x86_64
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.4.30-1.el7.centos will be installed
---> Package MariaDB-common.x86_64 0:10.4.30-1.el7.centos will be installed
--> Processing Dependency: MariaDB-compat for package: MariaDB-common-10.4.30-1.el7.centos.x86_64
---> Package galera-4.x86_64 0:26.4.14-1.el7.centos will be installed
--> Processing Dependency: socat for package: galera-4-26.4.14-1.el7.centos.x86_64
--> Processing Dependency: openssl for package: galera-4-26.4.14-1.el7.centos.x86_64
--> Processing Dependency: libboost_program_options-mt.so.1.53.0()(64bit) for package: galera-4-26.4.14-1.el7.centos.x86_64
---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed
--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.11.0-30.el7.x86_64
---> Package lsof.x86_64 0:4.87-6.el7 will be installed
---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed
--> Running transaction check
---> Package MariaDB-compat.x86_64 0:10.4.30-1.el7.centos will be installed
---> Package boost-program-options.x86_64 0:1.53.0-28.el7 will be installed
---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
---> Package openssl.x86_64 1:1.0.2k-26.el7_9 will be installed
--> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-26.el7_9 for package: 1:openssl-1.0.2k-26.el7_9.x86_64
--> Processing Dependency: make for package: 1:openssl-1.0.2k-26.el7_9.x86_64
---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-14.el7.noarch
---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed
--> Processing Dependency: libwrap.so.0()(64bit) for package: socat-1.7.3.2-2.el7.x86_64
--> Running transaction check
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
---> Package make.x86_64 1:3.82-24.el7 will be installed
---> Package openssl-libs.x86_64 1:1.0.2k-19.el7 will be updated
---> Package openssl-libs.x86_64 1:1.0.2k-26.el7_9 will be an update
---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
---> Package tcp_wrappers-libs.x86_64 0:7.6-77.el7 will be installed
--> Running transaction check
---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
===============================================================================================================================================================================
 Package                                            Arch                              Version                                         Repository                          Size
===============================================================================================================================================================================
Installing:
 MariaDB-server                                     x86_64                            10.4.30-1.el7.centos                            mariadb                             26 M
Installing for dependencies:
 MariaDB-client                                     x86_64                            10.4.30-1.el7.centos                            mariadb                             12 M
 MariaDB-common                                     x86_64                            10.4.30-1.el7.centos                            mariadb                             82 k
 MariaDB-compat                                     x86_64                            10.4.30-1.el7.centos                            mariadb                            2.2 M
 boost-program-options                              x86_64                            1.53.0-28.el7                                   base                               156 k
 galera-4                                           x86_64                            26.4.14-1.el7.centos                            mariadb                            9.9 M
 iproute                                            x86_64                            4.11.0-30.el7                                   base                               805 k
 iptables                                           x86_64                            1.4.21-35.el7                                   base                               432 k
 libmnl                                             x86_64                            1.0.3-7.el7                                     base                                23 k
 libnetfilter_conntrack                             x86_64                            1.0.6-1.el7_3                                   base                                55 k
 libnfnetlink                                       x86_64                            1.0.1-4.el7                                     base                                26 k
 lsof                                               x86_64                            4.87-6.el7                                      base                               331 k
 make                                               x86_64                            1:3.82-24.el7                                   base                               421 k
 openssl                                            x86_64                            1:1.0.2k-26.el7_9                               updates                            494 k
 perl-Compress-Raw-Bzip2                            x86_64                            2.061-3.el7                                     base                                32 k
 perl-Compress-Raw-Zlib                             x86_64                            1:2.061-4.el7                                   base                                57 k
 perl-DBI                                           x86_64                            1.627-4.el7                                     base                               802 k
 perl-Data-Dumper                                   x86_64                            2.145-3.el7                                     base                                47 k
 perl-IO-Compress                                   noarch                            2.061-2.el7                                     base                               260 k
 perl-Net-Daemon                                    noarch                            0.48-5.el7                                      base                                51 k
 perl-PlRPC                                         noarch                            0.2020-14.el7                                   base                                36 k
 rsync                                              x86_64                            3.1.2-12.el7_9                                  updates                            408 k
 socat                                              x86_64                            1.7.3.2-2.el7                                   base                               290 k
 tcp_wrappers-libs                                  x86_64                            7.6-77.el7                                      base                                66 k
Updating for dependencies:
 openssl-libs                                       x86_64                            1:1.0.2k-26.el7_9                               updates                            1.2 M
 
Transaction Summary
===============================================================================================================================================================================
Install  1 Package  (+23 Dependent packages)
Upgrade             (  1 Dependent package)
 
Total download size: 56 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
warning: /var/cache/yum/x86_64/7/mariadb/packages/MariaDB-common-10.4.30-1.el7.centos.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID c74cd1d8: NOKEY|    0 B  --:--:-- ETA 
Public key for MariaDB-common-10.4.30-1.el7.centos.x86_64.rpm is not installed
(1/25): MariaDB-common-10.4.30-1.el7.centos.x86_64.rpm                                                                                                  |  82 kB  00:00:00     
(2/25): MariaDB-compat-10.4.30-1.el7.centos.x86_64.rpm                                                                                                  | 2.2 MB  00:00:00     
(3/25): boost-program-options-1.53.0-28.el7.x86_64.rpm                                                                                                  | 156 kB  00:00:01     
(4/25): MariaDB-client-10.4.30-1.el7.centos.x86_64.rpm                                                                                                  |  12 MB  00:00:02     
(5/25): iproute-4.11.0-30.el7.x86_64.rpm                                                                                                                | 805 kB  00:00:00     
(6/25): libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm                                                                                                 |  55 kB  00:00:00     
(7/25): libnfnetlink-1.0.1-4.el7.x86_64.rpm                                                                                                             |  26 kB  00:00:00     
(8/25): lsof-4.87-6.el7.x86_64.rpm                                                                                                                      | 331 kB  00:00:00     
(9/25): make-3.82-24.el7.x86_64.rpm                                                                                                                     | 421 kB  00:00:00     
(10/25): openssl-1.0.2k-26.el7_9.x86_64.rpm                                                                                                             | 494 kB  00:00:00     
(11/25): openssl-libs-1.0.2k-26.el7_9.x86_64.rpm                                                                                                        | 1.2 MB  00:00:00     
(12/25): perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm                                                                                                 |  32 kB  00:00:00     
(13/25): iptables-1.4.21-35.el7.x86_64.rpm                                                                                                              | 432 kB  00:00:01     
(14/25): perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm                                                                                                  |  57 kB  00:00:00     
(15/25): perl-Data-Dumper-2.145-3.el7.x86_64.rpm                                                                                                        |  47 kB  00:00:00     
(16/25): perl-IO-Compress-2.061-2.el7.noarch.rpm                                                                                                        | 260 kB  00:00:00     
(17/25): perl-Net-Daemon-0.48-5.el7.noarch.rpm                                                                                                          |  51 kB  00:00:00     
(18/25): perl-PlRPC-0.2020-14.el7.noarch.rpm                                                                                                            |  36 kB  00:00:00     
(19/25): libmnl-1.0.3-7.el7.x86_64.rpm                                                                                                                  |  23 kB  00:00:01     
(20/25): rsync-3.1.2-12.el7_9.x86_64.rpm                                                                                                                | 408 kB  00:00:00     
(21/25): tcp_wrappers-libs-7.6-77.el7.x86_64.rpm                                                                                                        |  66 kB  00:00:00     
(22/25): socat-1.7.3.2-2.el7.x86_64.rpm                                                                                                                 | 290 kB  00:00:00     
(23/25): perl-DBI-1.627-4.el7.x86_64.rpm                                                                                                                | 802 kB  00:00:00     
(24/25): galera-4-26.4.14-1.el7.centos.x86_64.rpm                                                                                                       | 9.9 MB  00:00:02     
(25/25): MariaDB-server-10.4.30-1.el7.centos.x86_64.rpm                                                                                                 |  26 MB  00:00:05     
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                          8.6 MB/s |  56 MB  00:00:06     
Retrieving key from https://mirror.realcompute.io/mariadb/yum/RPM-GPG-KEY-MariaDB
Importing GPG key 0x1BB943DB:
 Userid     : "MariaDB Package Signing Key <package-signing-key@mariadb.org>"
 Fingerprint: 1993 69e5 404b d5fc 7d2f e43b cbcb 082a 1bb9 43db
 From       : https://mirror.realcompute.io/mariadb/yum/RPM-GPG-KEY-MariaDB
Is this ok [y/N]: y
Importing GPG key 0xC74CD1D8:
 Userid     : "MariaDB Signing Key <signing-key@mariadb.org>"
 Fingerprint: 177f 4010 fe56 ca33 3630 0305 f165 6f24 c74c d1d8
 From       : https://mirror.realcompute.io/mariadb/yum/RPM-GPG-KEY-MariaDB
Is this ok [y/N]: y
Running transaction check
Running transaction test
 
 
Transaction check error:
  file /usr/share/mysql/charsets/Index.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/armscii8.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/ascii.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp1250.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp1251.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp1256.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp1257.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp850.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp852.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/cp866.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/dec8.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/geostd8.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/greek.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/hebrew.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/hp8.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/keybcs2.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/koi8r.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/koi8u.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/latin1.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/latin2.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/latin5.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/latin7.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/macce.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/macroman.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/charsets/swe7.xml from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /etc/my.cnf from install of MariaDB-common-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/mysql from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqladmin from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqlbinlog from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqlcheck from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqldump from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqlimport from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqlshow from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysqlslap from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-client-5.7.42-1.el7.x86_64
  file /usr/bin/mysql_plugin from install of MariaDB-client-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/bulgarian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/czech/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/danish/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/dutch/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/english/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/estonian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/french/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/german/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/greek/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/hungarian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/italian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/japanese/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/korean/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/norwegian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/polish/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/portuguese/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/romanian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/russian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/serbian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/slovak/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/spanish/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/swedish/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/ukrainian/errmsg.sys from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /usr/share/mysql/errmsg-utf8.txt from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.42-1.el7.x86_64
  file /etc/logrotate.d/mysql from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/innochecksum from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/my_print_defaults from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/myisam_ftdump from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/myisamchk from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/myisamlog from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/myisampack from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/mysql_install_db from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/mysql_secure_installation from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/mysql_tzinfo_to_sql from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/mysql_upgrade from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/mysqldumpslow from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/perror from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/replace from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/resolve_stack_dump from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/bin/resolveip from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/sbin/mysqld from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/fill_help_tables.sql from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/magic from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/mysql-log-rotate from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/mysql_system_tables.sql from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/mysql_system_tables_data.sql from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64
  file /usr/share/mysql/mysql_test_data_timezone.sql from install of MariaDB-server-10.4.30-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.42-1.el7.x86_64

Comment by Daniel Black [ 2023-06-09 ]

in testing: bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest

Comment by Daniel Black [ 2023-06-09 ]

with code:

[root@c72d1bbaf5da /]# yum install MariaDB-server
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: mirror.realcompute.io
 * extras: mirror.realcompute.io
 * updates: mirror.realcompute.io
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-server.x86_64 0:10.4.31-1.el7 will be obsoleting
--> Processing Dependency: perl(Data::Dumper) for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: perl(DBI) for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: iproute for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: MariaDB-common for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: MariaDB-client for package: MariaDB-server-10.4.31-1.el7.x86_64
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package mysql-community-server.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.4.31-1.el7 will be obsoleting
---> Package MariaDB-common.x86_64 0:10.4.31-1.el7 will be installed
--> Processing Dependency: MariaDB-compat for package: MariaDB-common-10.4.31-1.el7.x86_64
---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed
--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.11.0-30.el7.x86_64
---> Package mysql-community-client.x86_64 0:5.7.42-1.el7 will be obsoleted
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
--> Running transaction check
---> Package MariaDB-compat.x86_64 0:10.4.31-1.el7 will be installed
---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Running transaction check
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
--> Running transaction check
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
--> Processing Conflict: MariaDB-common-10.4.31-1.el7.x86_64 conflicts mysql-community-server
--> Finished Dependency Resolution
Error: Package: mysql-community-libs-5.7.42-1.el7.x86_64 (@mysql57-community)
           Requires: mysql-community-common(x86-64) >= 5.7.9
           Removing: mysql-community-common-5.7.42-1.el7.x86_64 (@mysql57-community)
               mysql-community-common(x86-64) = 5.7.42-1.el7
           Obsoleted By: MariaDB-server-10.4.31-1.el7.x86_64 (MariaDB-bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest)
               Not found
           Available: mysql-community-common-5.7.9-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.9-1.el7
           Available: mysql-community-common-5.7.10-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.10-1.el7
           Available: mysql-community-common-5.7.11-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.11-1.el7
           Available: mysql-community-common-5.7.12-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.12-1.el7
           Available: mysql-community-common-5.7.13-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.13-1.el7
           Available: mysql-community-common-5.7.14-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.14-1.el7
           Available: mysql-community-common-5.7.15-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.15-1.el7
           Available: mysql-community-common-5.7.16-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.16-1.el7
           Available: mysql-community-common-5.7.17-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.17-1.el7
           Available: mysql-community-common-5.7.18-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.18-1.el7
           Available: mysql-community-common-5.7.19-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.19-1.el7
           Available: mysql-community-common-5.7.20-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.20-1.el7
           Available: mysql-community-common-5.7.21-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.21-1.el7
           Available: mysql-community-common-5.7.22-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.22-1.el7
           Available: mysql-community-common-5.7.23-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.23-1.el7
           Available: mysql-community-common-5.7.24-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.24-1.el7
           Available: mysql-community-common-5.7.25-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.25-1.el7
           Available: mysql-community-common-5.7.26-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.26-1.el7
           Available: mysql-community-common-5.7.27-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.27-1.el7
           Available: mysql-community-common-5.7.28-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.28-1.el7
           Available: mysql-community-common-5.7.29-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.29-1.el7
           Available: mysql-community-common-5.7.30-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.30-1.el7
           Available: mysql-community-common-5.7.31-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.31-1.el7
           Available: mysql-community-common-5.7.32-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.32-1.el7
           Available: mysql-community-common-5.7.33-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.33-1.el7
           Available: mysql-community-common-5.7.34-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.34-1.el7
           Available: mysql-community-common-5.7.35-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.35-1.el7
           Available: mysql-community-common-5.7.36-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.36-1.el7
           Available: mysql-community-common-5.7.37-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.37-1.el7
           Available: mysql-community-common-5.7.38-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.38-1.el7
           Available: mysql-community-common-5.7.39-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.39-1.el7
           Available: mysql-community-common-5.7.40-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.40-1.el7
           Available: mysql-community-common-5.7.41-1.el7.x86_64 (mysql57-community)
               mysql-community-common(x86-64) = 5.7.41-1.el7
Error: MariaDB-common conflicts with MariaDB-server-10.4.31-1.el7.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@c72d1bbaf5da /]# yum install --skip-broken MariaDB-server
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: mirror.realcompute.io
 * extras: mirror.realcompute.io
 * updates: mirror.realcompute.io
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-server.x86_64 0:10.4.31-1.el7 will be obsoleting
--> Processing Dependency: perl(Data::Dumper) for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: perl(DBI) for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: iproute for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: MariaDB-common for package: MariaDB-server-10.4.31-1.el7.x86_64
--> Processing Dependency: MariaDB-client for package: MariaDB-server-10.4.31-1.el7.x86_64
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package mysql-community-server.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.4.31-1.el7 will be obsoleting
---> Package MariaDB-common.x86_64 0:10.4.31-1.el7 will be installed
--> Processing Dependency: MariaDB-compat for package: MariaDB-common-10.4.31-1.el7.x86_64
---> Package iproute.x86_64 0:4.11.0-30.el7 will be installed
--> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libxtables.so.10()(64bit) for package: iproute-4.11.0-30.el7.x86_64
--> Processing Dependency: libmnl.so.0()(64bit) for package: iproute-4.11.0-30.el7.x86_64
---> Package mysql-community-client.x86_64 0:5.7.42-1.el7 will be obsoleted
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
--> Running transaction check
---> Package MariaDB-compat.x86_64 0:10.4.31-1.el7 will be installed
---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
--> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
--> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-14.el7.noarch
--> Running transaction check
---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
--> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
--> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
--> Running transaction check
---> Package mysql-community-common.x86_64 0:5.7.42-1.el7 will be obsoleted
--> Processing Dependency: mysql-community-common(x86-64) >= 5.7.9 for package: mysql-community-libs-5.7.42-1.el7.x86_64
---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
--> Processing Conflict: MariaDB-common-10.4.31-1.el7.x86_64 conflicts mysql-community-server
base/7/x86_64/filelists_db                                                                                                                              | 7.2 MB  00:00:00     
MariaDB-bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest/filelists_db                                                                                | 137 kB  00:00:00     
--> Running transaction check
---> Package mysql-community-server.x86_64 0:5.7.42-1.el7 will be obsoleted
 
Packages skipped because of dependency problems:
    MariaDB-client-10.4.31-1.el7.x86_64 from MariaDB-bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest
    MariaDB-common-10.4.31-1.el7.x86_64 from MariaDB-bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest
    MariaDB-compat-10.4.31-1.el7.x86_64 from MariaDB-bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest
    MariaDB-server-10.4.31-1.el7.x86_64 from MariaDB-bb-10.4-MDEV-31439-rpm-conflicts-with-mysql-pkgtest
    iproute-4.11.0-30.el7.x86_64 from base
    iptables-1.4.21-35.el7.x86_64 from base
    libmnl-1.0.3-7.el7.x86_64 from base
    libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 from base
    libnfnetlink-1.0.1-4.el7.x86_64 from base
    perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64 from base
    1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64 from base
    perl-DBI-1.627-4.el7.x86_64 from base
    perl-Data-Dumper-2.145-3.el7.x86_64 from base
    perl-IO-Compress-2.061-2.el7.noarch from base
    perl-Net-Daemon-0.48-5.el7.noarch from base
    perl-PlRPC-0.2020-14.el7.noarch from base
[root@c72d1bbaf5da /]# 

Comment by Elena Stepanova [ 2023-06-09 ]

We do not support cross-grade for RPMs, not even upgrade between different distributions of MariaDB, much less from MySQL.
It has been tried before (MDEV-9584) and proved to be difficult in the sense that it caused so many obscure errors that the task got stalled.
And you can't test it in buildbot.
Please don't jump into fixing it it hastily, or at least don't push it without an explicit serg 's approval.

Generated at Thu Feb 08 10:23:53 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.