[MDEV-24959] ER_BINLOG_ROW_LOGGING_FAILED (1534: Writing one row to the row-based binary log failed) Created: 2021-02-23  Updated: 2023-11-28

Status: Open
Project: MariaDB Server
Component/s: Replication
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10
Fix Version/s: 10.4, 10.5, 10.6

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Brandon Nesterenko
Resolution: Unresolved Votes: 0
Labels: None


 Description   

--source include/have_binlog_format_row.inc
 
SET binlog_row_image= MINIMAL;
 
CREATE TABLE t1 (a INT NOT NULL DEFAULT 0 PRIMARY KEY);
REPLACE INTO t1 () VALUES (),();
 
# Cleanup
DROP TABLE t1;

10.2 3c021485

mysqltest: At line 6: query 'REPLACE INTO t1 () VALUES (),()' failed: 1534: Writing one row to the row-based binary log failed

Reproducible on 10.1-10.6, MySQL 5.6-8.0.


Generated at Thu Feb 08 09:34:00 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.