Tag

DuplicateWeedout

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 1, 2022 · Databases

MySQL SELECT Query Crash Analysis and Resolution

This article investigates a MySQL crash triggered by a specific SELECT statement, analyzes the stack trace and optimizer behavior that leads to an invalid memory access, and presents three practical solutions including disabling DuplicateWeedout, upgrading MySQL, and normalizing table character sets.

DuplicateWeedoutMySQLTroubleshooting
0 likes · 7 min read
MySQL SELECT Query Crash Analysis and Resolution