Comment 3 for bug 968596

Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

Fixed in the linked branch. This was just superficial: the EXPLAIN used the chunk size, but the actual query used the LIMIT value, which is chunk size - 1. Now the EXPLAIN uses the LIMIT value too.