mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -264,7 +264,7 @@ static const struct my_cs_file_section_st
|
||||
}
|
||||
|
||||
#define MY_CS_CSDESCR_SIZE 64
|
||||
#define MY_CS_TAILORING_SIZE 32*1024
|
||||
#define MY_CS_TAILORING_SIZE (32*1024)
|
||||
#define MY_CS_UCA_VERSION_SIZE 64
|
||||
#define MY_CS_CONTEXT_SIZE 64
|
||||
|
||||
|
Reference in New Issue
Block a user