Commit b84dc099 authored by unknown's avatar unknown

ha_innodb.cc:

  Fix compilation error on Windows in innobase_report_binlog_offset_and_commit()


sql/ha_innodb.cc:
  Fix compilation error on Windows in innobase_report_binlog_offset_and_commit()
parent cfd04210
...@@ -1632,7 +1632,7 @@ innobase_report_binlog_offset_and_commit( ...@@ -1632,7 +1632,7 @@ innobase_report_binlog_offset_and_commit(
#endif /* HAVE_REPLICATION */ #endif /* HAVE_REPLICATION */
trx->flush_log_later = TRUE; trx->flush_log_later = TRUE;
innobase_commit(thd, trx_handle); innobase_commit(thd, TRUE);
trx->flush_log_later = FALSE; trx->flush_log_later = FALSE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment