mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +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:
@ -17,7 +17,7 @@
|
||||
#define SQL_TABLE_MAINTENANCE_H
|
||||
|
||||
/* Must be able to hold ALTER TABLE t PARTITION BY ... KEY ALGORITHM = 1 ... */
|
||||
#define SQL_ADMIN_MSG_TEXT_SIZE 128 * 1024
|
||||
#define SQL_ADMIN_MSG_TEXT_SIZE (128 * 1024)
|
||||
|
||||
bool mysql_assign_to_keycache(THD* thd, TABLE_LIST* table_list,
|
||||
LEX_STRING *key_cache_name);
|
||||
|
Reference in New Issue
Block a user