diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2017-08-11 10:58:23 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2017-08-11 10:58:23 +0400 |
commit | 1a9e13d622382285d979e75774bdd1dde1660e2d (patch) | |
tree | b0da321b46551da1a75b2a6aa0c7b89afa5ce0d0 /sql/sql_cache.h | |
parent | 837aa57fb2dcb2f487494181c43dbcfeb61af64f (diff) | |
parent | 79d28533549d15e848b342cf518ae4b409ba3e64 (diff) | |
download | mariadb-git-1a9e13d622382285d979e75774bdd1dde1660e2d.tar.gz |
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
Conflicts:
sql/item_cmpfunc.cc
storage/innobase/buf/buf0flu.cc
storage/innobase/include/ut0stage.h
storage/innobase/row/row0upd.cc
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index 21f9c66dc4f..3230034cf74 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; |