summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <pem@mysql.comhem.se>2004-11-12 11:37:59 +0100
committerunknown <pem@mysql.comhem.se>2004-11-12 11:37:59 +0100
commitc3531618f1727e3d785c9ba38a99ff39c5b7ed2d (patch)
tree9f88c664c63b4736716d47978aad8e8fc34a4290 /sql/handler.cc
parent0265f48bfdd753a8381087277ddee9f6e6996388 (diff)
downloadmariadb-git-c3531618f1727e3d785c9ba38a99ff39c5b7ed2d.tar.gz
Build fixes to make it compile.
sql/handler.cc: Build fixes. sql/log_event.cc: Build fixes.
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index b2acb262763..b61d28e035a 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -656,7 +656,7 @@ int ha_rollback_trans(THD *thd, THD_TRANS *trans)
}
thd->variables.tx_isolation=thd->session_tx_isolation;
if (operation_done)
- statistic_increment(ha_rollback_count,&LOCK_status);
+ statistic_increment(thd->status_var.ha_rollback_count,&LOCK_status);
thd->proc_info= save_proc_info;
}
#endif /* USING_TRANSACTIONS */