• Sergei Golubchik's avatar
    MDEV-5831 Upgrade from MariaDB 5.5.36 via yum fails · 01b1eef2
    Sergei Golubchik authored
    Allow "rpm -q --whatprovides mysql-server" to return more than one row.
    (all rows should be identical though)
    
    support-files/rpm/server-prein.sh:
      don't use "head -1" or "uniq" to avoid introducing new dependencies.
      "sed" is already used in this script.
    01b1eef2
server-prein.sh 2.46 KB