[MDEV-21853] Enable S3 storage by default Created: 2020-03-02 Updated: 2020-06-23 Resolved: 2020-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - S3 |
| Fix Version/s: | 10.5.4 |
| Type: | Task | Priority: | Blocker |
| Reporter: | Anel Husakovic | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
S3 storage was missing from the docker builds. Being a STATIC_ONLY storage engine plugin, there is a bug in cmake/plugin.cmake which with -DPLUGIN_S3=STATIC gets changed changed to DYNAMIC. |