1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Build fixes to make it compile.

sql/handler.cc:
  Build fixes.
sql/log_event.cc:
  Build fixes.
This commit is contained in:
unknown
2004-11-12 11:37:59 +01:00
parent 0265f48bfd
commit c3531618f1
2 changed files with 3 additions and 2 deletions

View File

@@ -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 */