mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
merge mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-merge
This commit is contained in:
@@ -6191,7 +6191,8 @@ int TC_LOG_BINLOG::log_xid(THD *thd, my_xid xid)
|
||||
We always commit the entire transaction when writing an XID. Also
|
||||
note that the return value is inverted.
|
||||
*/
|
||||
DBUG_RETURN(!binlog_flush_trx_cache(thd, cache_mngr, &xle));
|
||||
DBUG_RETURN(!binlog_flush_stmt_cache(thd, cache_mngr) &&
|
||||
!binlog_flush_trx_cache(thd, cache_mngr, &xle));
|
||||
}
|
||||
|
||||
void TC_LOG_BINLOG::unlog(ulong cookie, my_xid xid)
|
||||
|
||||
Reference in New Issue
Block a user