Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 8699e44049324832ddc6a72dcce0da51 > scriptlet

mariadb-common-core-5.5.40-1.mga3.i586.rpm

PREIN

/bin/sh
# enable plugins
if [ -f /etc/my.cnf ]; then
    perl -pi -e "s|^#plugin-load|plugin-load|g" /etc/my.cnf
    perl -pi -e "s|^#federated|federated|g" /etc/my.cnf
    # switch to federatedx provider
    perl -pi -e "s|;ha_federated\.so$|;ha_federatedx\.so|g" /etc/my.cnf
fi