1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added s3_debug to be able to debug s3 connections

This commit is contained in:
Monty
2019-06-25 13:09:06 +03:00
parent e6297bbe37
commit 8d4c159b1b
3 changed files with 14 additions and 1 deletions

View File

@ -5030,5 +5030,9 @@ uint8_t ms3_move(ms3_st *ms3, const char *source_bucket, const char *source_key,
return 1;
}
void ms3_debug()
{
}
C_MODE_END
#endif /* WITH_S3_STORAGE_ENGINE */