Commit 8c074df6 authored by Monty's avatar Monty

MDEV-23648 s3.partition_move 'innodb' test failure - object deleted before copy attempted

Updated submodule libmarias3 which fixes the problem
Enabled disable S3 tests.
parent 21c15cc2
if (`SELECT @@s3_host_name <> "s3.amazonaws.com"`)
{
skip The test is disabled for emulator environment due to MDEV-23648;
}
--source include/have_partition.inc
--source include/have_s3.inc
--source create_database.inc
......
if (`SELECT @@s3_host_name <> "s3.amazonaws.com"`)
{
skip The test is disabled for emulator environment due to MDEV-23648;
}
--source include/have_partition.inc
--source include/have_innodb.inc
--source include/have_s3.inc
......
......@@ -109,7 +109,8 @@ INCLUDE (CheckIncludeFiles)
SET(S3_SOURCES s3_func.c
libmarias3/src/debug.c libmarias3/src/error.c libmarias3/src/marias3.c
libmarias3/src/request.c libmarias3/src/response.c libmarias3/src/sha256.c
libmarias3/src/sha256-internal.c libmarias3/src/xml.c)
libmarias3/src/sha256-internal.c libmarias3/src/xml.c
libmarias3/src/assume_role.c)
IF(NOT PLUGIN_S3 STREQUAL NO)
FIND_PACKAGE(CURL)
......
Subproject commit 7aa450e3a02a20ef62616666a2b582f4d07fb5b3
Subproject commit 0d48bf334fde7d4e0dac22bda560e86037d35d77
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment