mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Auto-merge from mysql-5.5.
This commit is contained in:
commit
9ab0759ea4
393 changed files with 23194 additions and 6188 deletions
|
|
@ -4272,7 +4272,7 @@ bool use_trans_cache(const THD* thd, bool is_transactional)
|
|||
(binlog_cache_mngr*) thd_get_ha_data(thd, binlog_hton);
|
||||
|
||||
return
|
||||
((thd->variables.binlog_format != BINLOG_FORMAT_STMT ||
|
||||
((thd->is_current_stmt_binlog_format_row() ||
|
||||
thd->variables.binlog_direct_non_trans_update) ? is_transactional :
|
||||
(is_transactional || !cache_mngr->trx_cache.empty()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue