Two workers claiming with FOR UPDATE serialise, so adding workers adds no throughput — which is the thing a queue exists to provide. Keeping the transaction short is…
8.0 changed the default collation, and a table created after an upgrade sorts differently from one converted before it — silently, and in a way that only shows…
The character set MySQL calls utf8 stores at most three bytes per character, which excludes emoji and several CJK ranges — and the failure is a truncated string…
A cycle in the data — a category set as its own ancestor through the admin — recurses until cte_max_recursion_depth stops it with an error, and the default…