Fun MySQL fact of the day: collation filtering
Yesterday, we considered some cases where MySQL may indicateUsing where; Using index
in the Extra
field of a query plan. Today, we're going to look at one more case that existed up until MySQL 5.7, and while I haven't made a habit of digging up too many bugs ... read more