diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2019-04-18 15:36:06 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-04-25 15:06:40 +0400 |
commit | 210855ce5d6803f41d672d75be3334726f52a9df (patch) | |
tree | 0a9660f5c97118f4a4813ba7aa53f0833cd6cb94 /sql/sql_class.h | |
parent | b7fd7ce2863eab91d6a1f72b7473f936a729d94f (diff) | |
download | mariadb-git-210855ce5d6803f41d672d75be3334726f52a9df.tar.gz |
Move XID_STATE::xid to XID_cache_element
Part of MDEV-7974 - backport fix for mysql bug#12161 (XA and binlog)
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 32165aed223..9e51f45126a 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -2618,7 +2618,6 @@ public: st_transactions() { bzero((char*)this, sizeof(*this)); - xid_state.xid.null(); implicit_xid.null(); init_sql_alloc(&mem_root, "THD::transactions", ALLOC_ROOT_MIN_BLOCK_SIZE, 0, |