diff options
author | Chad MILLER <chad@mysql.com> | 2009-04-14 13:20:13 -0400 |
---|---|---|
committer | Chad MILLER <chad@mysql.com> | 2009-04-14 13:20:13 -0400 |
commit | 978e8e06b00defd5c95c7eb88304333e7978a553 (patch) | |
tree | 55596b47965261462217616f8271d0c2b9d79ab0 /sql/mysql_priv.h | |
parent | 7e8cbe66dd4c9b4737abbf36d35c251ccc34f5ee (diff) | |
parent | c38338d76183458de2025548236f1ef1090c9e3a (diff) | |
download | mariadb-git-978e8e06b00defd5c95c7eb88304333e7978a553.tar.gz |
Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index c21f7360cc6..2e15883aeb4 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -669,6 +669,8 @@ struct Query_cache_query_flags unsigned int client_long_flag:1; unsigned int client_protocol_41:1; unsigned int more_results_exists:1; + unsigned int in_trans:1; + unsigned int autocommit:1; unsigned int pkt_nr; uint character_set_client_num; uint character_set_results_num; |