summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2017-08-04 11:02:13 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2017-08-09 18:31:43 +0200
commit067ee84d67247209f83805366f59791a9ac074b2 (patch)
tree43c47df0a33277bcaead03921507e1eb76df5bf6 /sql/sql_cache.h
parent86f9b7714791f45f386e9aaa6f469ada626cd69d (diff)
downloadmariadb-git-067ee84d67247209f83805366f59791a9ac074b2.tar.gz
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.
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h1
1 files changed, 1 insertions, 0 deletions
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;