commit | 660c71038b8345db455a8c8f2bcefa69605279a6 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Jul 19 18:06:26 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jul 19 18:06:26 2010 -0700 |
tree | e2243bec37c6cdf58bf3944fb4080b0c10a5106c | |
parent | 5b437cc7a0b8497e9175da3d6d89f8df9762352e [diff] |
query: Fix limit:N clauses on strange iterators If the underlying source didn't abort at the result limit count we have to clip it manually ourselves higher up in the query processor. I failed to use the limit:N value and instead clipped with the default, resulting in larger result sets for certain queries. Change-Id: Ibc68dde8631788ffa1e2ea23266bb736280abc04 Signed-off-by: Shawn O. Pearce <sop@google.com>