summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-06-02 20:46:03 +0300
committerunknown <monty@hundin.mysql.fi>2002-06-02 20:46:03 +0300
commit7cb2e2d1dce2c7466388f4a6ade0614564be82fc (patch)
tree8de3d7e1875b8751450433ee53331ffb7322e7b5 /sql/ha_innodb.cc
parent0e5f0023b3405449c8e3371cb67989f1c1fbb3f7 (diff)
parent32113efe2a7d32bfa5820cda37164436a53719cc (diff)
downloadmariadb-git-7cb2e2d1dce2c7466388f4a6ade0614564be82fc.tar.gz
merge with 3.23
BitKeeper/deleted/.del-rpl_empty_master_crash.result: Delete: mysql-test/r/rpl_empty_master_crash.result BitKeeper/deleted/.del-rpl_empty_master_crash.test: Delete: mysql-test/t/rpl_empty_master_crash.test configure.in: Auto merged include/my_net.h: Auto merged include/my_pthread.h: Auto merged libmysql/libmysql.c: Auto merged mysql-test/t/func_math.test: Auto merged mysys/my_gethostbyname.c: Auto merged sql/ha_innodb.cc: Auto merged sql/item_func.cc: Auto merged
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index c85d74ce432..48a4513cd2a 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -655,6 +655,7 @@ innobase_close_connection(
(thd->transaction.all.innobase_tid));
trx_free_for_mysql((trx_t*)
(thd->transaction.all.innobase_tid));
+ thd->transaction.all.innobase_tid = NULL;
}
return(0);