1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()

Expression in macro protected by ()
This commit is contained in:
Oleksandr Byelkin
2015-09-01 11:47:06 +02:00
parent 9abf426ee7
commit 0ce0b88080
16 changed files with 26 additions and 26 deletions

View File

@ -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];