In MySQL, the optimizer_prune_level is on by default. This variable tells the optimizer to skip certain plans based on estimates of the number of rows accessed for each table.
Previous Question Next Question
Your comments will be displayed only after manual approval.