projects
/
debbugs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f1d9a9
)
we want paged results even while using --quick in updatesqlcache
author
Don Armstrong
<don@donarmstrong.com>
Sun, 16 Apr 2017 21:54:51 +0000
(14:54 -0700)
committer
Don Armstrong
<don@donarmstrong.com>
Sun, 16 Apr 2017 21:54:51 +0000
(14:54 -0700)
bin/debbugs-updatesqlcache
patch
|
blob
|
history
diff --git
a/bin/debbugs-updatesqlcache
b/bin/debbugs-updatesqlcache
index 1d838c668836fe07fac026126a15599dad088b0a..0deebf5cd6a08d80b49d5b6fdd6ceca814443804 100755
(executable)
--- a/
bin/debbugs-updatesqlcache
+++ b/
bin/debbugs-updatesqlcache
@@
-233,6
+233,8
@@
sub update_cache {
],
columns => [qw(id)],
distinct => 1,
+ rows => 100,
+ page => 1,
},
);