From 0ce0b88080fd39f6841206b64d8723af9779e849 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Tue, 1 Sep 2015 11:47:06 +0200 Subject: MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() Expression in macro protected by () --- strings/conf_to_src.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings/conf_to_src.c') diff --git a/strings/conf_to_src.c b/strings/conf_to_src.c index 8d25ac8e7ed..28d2fd1515e 100644 --- a/strings/conf_to_src.c +++ b/strings/conf_to_src.c @@ -23,7 +23,7 @@ #define ROW_LEN 16 #define ROW16_LEN 8 -#define MAX_BUF 64*1024 +#define MAX_BUF (64*1024) static struct charset_info_st all_charsets[512]; -- cgit v1.2.1