mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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.
This commit is contained in:
parent
6dea701e0f
commit
f929fa45b6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue