• Sergei Golubchik's avatar
    MDEV-27980 file-key-management plugin disabled in mysql_install_db breaks... · f54d6380
    Sergei Golubchik authored
    MDEV-27980 file-key-management plugin disabled in mysql_install_db breaks automated deployments (and container initialization)
    
    fix a 2015 typo in build scripts.
    
    --without-plugin=plugin_file_key_management translates to
    -DPLUGIN_PLUGIN_FILE_KEY_MANAGEMENT=NO
    
    replace it with a line from 10.4 that builds the plugin
    dynamically.
    f54d6380
SETUP.sh 9.78 KB