mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
S3 compilation error on x86
This commit is contained in:
parent
7c0cf20444
commit
baff3ba6e3
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue