From f929fa45b66e4a98c815bac3a2778efb97989b98 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 13 Jun 2022 12:34:18 +0300 Subject: Make BUILD script compile hashicorp plugin dynamically Compiling hashicorp plugin statically got many InnoDB encryption test to fail with errors like: Error: InnoDB: The page [page id: space=5, page number=3] in file './test/t1.ibd' cannot be decrypted. --- BUILD/SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index e77d86d2462..cd6aa38447b 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -214,7 +214,7 @@ fi max_plugins="--with-plugins=max" max_no_embedded_configs="$SSL_LIBRARY $max_plugins" max_no_qc_configs="$SSL_LIBRARY $max_plugins --without-query-cache" -max_configs="$SSL_LIBRARY $max_plugins --with-embedded-server --with-libevent --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC --with-plugin-file_key_management=DYNAMIC" +max_configs="$SSL_LIBRARY $max_plugins --with-embedded-server --with-libevent --with-plugin-rocksdb=dynamic --with-plugin-test_sql_discovery=DYNAMIC --with-plugin-file_key_management=DYNAMIC --with-plugin-hashicorp_key_management=DYNAMIC" all_configs="$SSL_LIBRARY $max_plugins --with-embedded-server --with-innodb_plugin --with-libevent" # -- cgit v1.2.1