Tag

assertion-failure

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 28, 2024 · Databases

Analysis of a MySQL 8.0.35 Crash Bug Caused by InnoDB Assertion Failure

This article details a MySQL 8.0.35 crash caused by an InnoDB assertion that a VARCHAR length exceeds 65,535 bytes, explains the error‑log and core‑dump analysis, shows how to reproduce the bug, and notes its resolution in MySQL 8.0.35.

Bug AnalysisCore DumpInnoDB
0 likes · 21 min read
Analysis of a MySQL 8.0.35 Crash Bug Caused by InnoDB Assertion Failure
Aikesheng Open Source Community
Aikesheng Open Source Community
Nov 1, 2022 · Databases

Debugging MySQL MGR Failover: Assertion Failure in row0pread.cc (MySQL 8.0.18)

The article walks through a MySQL MGR failover incident, analyzes the InnoDB assertion failure shown in the error log, pinpoints the problematic code at row0pread.cc line 727, compares the fix in MySQL 8.0.28, and references the related bug report for future troubleshooting.

InnoDBMGRMySQL
0 likes · 7 min read
Debugging MySQL MGR Failover: Assertion Failure in row0pread.cc (MySQL 8.0.18)