Tag

mixed mode

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 4, 2019 · Databases

Analysis and Fix for MySQL Mixed Binlog Format Event Creation Bug

This article investigates a MySQL bug where creating an event with sysdate() in mixed binlog format causes replication failure, reproduces the issue on MySQL 5.6.23, analyzes the relevant source functions with SystemTap tracing, and proposes a patch that forces statement format during event creation to prevent row‑based logging.

BinlogDebuggingMySQL
0 likes · 12 min read
Analysis and Fix for MySQL Mixed Binlog Format Event Creation Bug