summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2020-10-24 17:58:19 +1100
committerDaniel Black <daniel@mariadb.org>2020-10-26 14:59:42 +1100
commit045671d473609fe1947b1ce7775c4aa2e1a6269b (patch)
tree504c20dfeb0f768dbd81133d8d28551d8d47712d /extra
parentc4f8ccc0f53a4de9ca0cac54392b35348494040c (diff)
downloadmariadb-git-045671d473609fe1947b1ce7775c4aa2e1a6269b.tar.gz
MDEV-23539: aws key plugin - fails to build
Recent gcc/clang versions failed to compile the existing code. Updating a later upstream SDK version was simple and required only implementing a flush method. This was left blank as there was no strong requirement to keep the error log atomic or durable. Reviewed-by: wlad@mariadb.com The upstream SDK version added a flush method which was simple to complete.
Diffstat (limited to 'extra')
-rw-r--r--extra/aws_sdk/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/aws_sdk/CMakeLists.txt b/extra/aws_sdk/CMakeLists.txt
index 85a196dccce..7c4b8d8195c 100644
--- a/extra/aws_sdk/CMakeLists.txt
+++ b/extra/aws_sdk/CMakeLists.txt
@@ -34,7 +34,7 @@ ENDFOREACH()
IF(CMAKE_VERSION LESS "3.0")
SET(GIT_TAG "1.0.8")
ELSE()
- SET(GIT_TAG "1.2.11")
+ SET(GIT_TAG "1.8.29")
ENDIF()
IF(MSVC_CRT_TYPE MATCHES "/MD")