From 067ee84d67247209f83805366f59791a9ac074b2 Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Fri, 4 Aug 2017 11:02:13 +0200 Subject: MDEV-13300 Query cache doesn't take in account CLIENT_DEPRECATE_EOF capability take into account new capabilty flag which has influence on result format. --- sql/sql_cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_cache.h') diff --git a/sql/sql_cache.h b/sql/sql_cache.h index 945de307ffb..6b8bf0b2d05 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -545,6 +545,7 @@ struct Query_cache_query_flags { unsigned int client_long_flag:1; unsigned int client_protocol_41:1; + unsigned int client_depr_eof:1; unsigned int protocol_type:2; unsigned int more_results_exists:1; unsigned int in_trans:1; -- cgit v1.2.1