Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MDEV-23648 s3.partition_move 'innodb' test failure - object deleted b…
…efore copy attempted Updated submodule libmarias3 which fixes the problem Enabled disable S3 tests.
- Loading branch information
Showing
4 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libmarias3
updated
23 files
| +9 −1 | README.rst | |
| +5 −0 | docs/appendix/version_history.rst | |
| +7 −0 | libmarias3/marias3.h | |
| +703 −0 | src/assume_role.c | |
| +22 −0 | src/assume_role.h | |
| +1 −1 | src/common.h | |
| +5 −0 | src/include.am | |
| +87 −3 | src/marias3.c | |
| +78 −21 | src/request.c | |
| +3 −1 | src/request.h | |
| +201 −3 | src/response.c | |
| +4 −0 | src/response.h | |
| +11 −0 | src/structs.h | |
| +13 −0 | tests/basic.c | |
| +13 −1 | tests/basic_host.c | |
| +46 −1 | tests/copy.c | |
| +13 −0 | tests/custom_malloc.c | |
| +13 −0 | tests/large_file.c | |
| +13 −0 | tests/list.c | |
| +48 −0 | tests/longlist.c | |
| +13 −0 | tests/prefix.c | |
| +13 −0 | tests/small_buffer.c | |
| +13 −0 | tests/snowman.c |