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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user