diff options
author | Monty <monty@mariadb.org> | 2019-06-25 13:09:06 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2019-06-25 13:09:06 +0300 |
commit | 8d4c159b1bfc75fcddc50f740ec9a001aa6d2bc4 (patch) | |
tree | b87e877d5a459397ee94640a68b27d33db0b88d7 /libmysqld/libmysql.c | |
parent | e6297bbe376a687d3ab4771a5692a029f9507425 (diff) | |
download | mariadb-git-8d4c159b1bfc75fcddc50f740ec9a001aa6d2bc4.tar.gz |
Added s3_debug to be able to debug s3 connections
Diffstat (limited to 'libmysqld/libmysql.c')
-rw-r--r-- | libmysqld/libmysql.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmysqld/libmysql.c b/libmysqld/libmysql.c index 840c00ee2d0..d931b251bfd 100644 --- a/libmysqld/libmysql.c +++ b/libmysqld/libmysql.c @@ -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 */ |