diff options
Diffstat (limited to 'storage/maria/ma_blockrec.h')
-rw-r--r-- | storage/maria/ma_blockrec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_blockrec.h b/storage/maria/ma_blockrec.h index 40ca2591236..1caf09ef1f5 100644 --- a/storage/maria/ma_blockrec.h +++ b/storage/maria/ma_blockrec.h @@ -44,7 +44,7 @@ /* Number of extents reserved MARIA_BITMAP_BLOCKS to store head part */ #define ELEMENTS_RESERVED_FOR_MAIN_PART 4 /* This is just used to prealloc a dynamic array */ -#define AVERAGE_BLOB_SIZE 1024L*1024L +#define AVERAGE_BLOB_SIZE (1024L*1024L) /* Number of pages to store continuous blob parts */ #define BLOB_SEGMENT_MIN_SIZE 128 |