summaryrefslogtreecommitdiff
path: root/storage/innobase/trx
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-08-03 12:03:10 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2018-08-03 12:03:10 +0300
commit0d3972c6bef357dfd4aef0ecdb03b5ac34844e45 (patch)
tree8f1d62cebfa6e9b0714739655e7627c2ab93ebff /storage/innobase/trx
parentb4f7f12e2ba2d805f9e8c424d2082beacca0111d (diff)
parent9dfef6e29b98459a5077adb95d5b989d39e0db24 (diff)
downloadmariadb-git-0d3972c6bef357dfd4aef0ecdb03b5ac34844e45.tar.gz
Merge 10.0 into 10.1
Diffstat (limited to 'storage/innobase/trx')
-rw-r--r--storage/innobase/trx/trx0trx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/trx/trx0trx.cc b/storage/innobase/trx/trx0trx.cc
index ec203eba31a..3c86adb84b4 100644
--- a/storage/innobase/trx/trx0trx.cc
+++ b/storage/innobase/trx/trx0trx.cc
@@ -142,7 +142,7 @@ trx_create(void)
trx->global_read_view_heap = mem_heap_create(256);
- trx->xid.formatID = -1;
+ trx->xid.null();
trx->op_info = "";