mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-17073 INSERT…ON DUPLICATE KEY UPDATE became more deadlock-prone
thd_rpl_stmt_based(): A new predicate to check if statement-based replication is active. (This can also hold when replication is not in use, but binlog is.) que_thr_stop(), row_ins_duplicate_error_in_clust(), row_ins_sec_index_entry_low(), row_ins(): On a duplicate key error, only lock all index records when statement-based replication is in use.
This commit is contained in:
3
mysql-test/suite/innodb/include/innodb_binlog.inc
Normal file
3
mysql-test/suite/innodb/include/innodb_binlog.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# See innodb_binlog.combinations
|
||||
# --log-bin is ignored in the embedded server
|
||||
--source include/not_embedded.inc
|
Reference in New Issue
Block a user