[MDEV-29991] Hashicorp key management plugin not installed on windows for MariaDB community edition Created: 2022-11-09 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Configuration, Encryption, Plugins |
| Affects Version/s: | 10.9.4 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Paul Resnic | Assignee: | Vladislav Vaintroub |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MS Windows (64 bits) |
||
| Description |
|
In MariaDB version 10.9.1 this fix was implemented |
| Comments |
| Comment by Sergei Golubchik [ 2022-11-17 ] |
|
hashicorp plugin needs curl that we don't have on our Windows builders. |
| Comment by Vladislav Vaintroub [ 2022-11-17 ] |
|
There are some options aside of libcurl I can think of
|
| Comment by Sergei Golubchik [ 2022-11-17 ] |
|
but still, if we put curl.lib (or whatever it's called) and the headers on Windows builder, should that work? static linking with curl? |