1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
Oleksandr Byelkin
2017-08-04 11:02:13 +02:00
parent 86f9b77147
commit 067ee84d67
2 changed files with 9 additions and 2 deletions

View File

@ -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;