From baff3ba6e32d68876ec91fe808de8872088a393b Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 17 Jun 2020 11:33:14 +0200 Subject: [PATCH] S3 compilation error on x86 --- storage/maria/s3_func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/s3_func.c b/storage/maria/s3_func.c index f1493455d48..33024294616 100644 --- a/storage/maria/s3_func.c +++ b/storage/maria/s3_func.c @@ -986,7 +986,7 @@ int s3_get_object(ms3_st *s3_client, const char *aws_bucket, block->str= block->alloc_ptr; if (compression) { - size_t length; + ulong length; /* If not compressed */ if (!block->str[0])