Revert upstream e99d3da
authorDaniel Black <daniel@mariadb.org>
Thu, 10 Mar 2022 06:26:32 +0000 (06:26 +0000)
committerOtto Kekäläinen <otto@debian.org>
Thu, 10 Mar 2022 06:26:32 +0000 (06:26 +0000)
Revert upstream https://github.com/MariaDB/server/commit/e99d3da6381023395c86f679bb76b00b4385dc2d
that caused refression in database installation.

Gbp-Pq: Name MDEV-27980-revert-loose-disable-plugin-file-key-management.patch

scripts/mysql_install_db.sh

index ead309623767f5f90ae31ed3a54e0a2607777c27..2028742995322b08d57e7f94cd7d571e5df0d836 100644 (file)
@@ -541,7 +541,7 @@ mysqld_install_cmd_line()
 {
   "$mysqld_bootstrap" $defaults $defaults_group_suffix "$mysqld_opt" --bootstrap $silent_startup\
   "--basedir=$basedir" "--datadir=$ldata" --log-warnings=0 --enforce-storage-engine="" \
-  "--plugin-dir=${plugindir}" --loose-disable-plugin-file-key-management \
+  "--plugin-dir=${plugindir}" \
   $args --max_allowed_packet=8M \
   --net_buffer_length=16K
 }