mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
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()
This commit is contained in:
parent
cfd042108a
commit
b84dc09914
1 changed files with 1 additions and 1 deletions
|
@ -1632,7 +1632,7 @@ innobase_report_binlog_offset_and_commit(
|
|||
#endif /* HAVE_REPLICATION */
|
||||
trx->flush_log_later = TRUE;
|
||||
|
||||
innobase_commit(thd, trx_handle);
|
||||
innobase_commit(thd, TRUE);
|
||||
|
||||
trx->flush_log_later = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue