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:
@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user