19 Sep
2019
19 Sep
'19
7:53 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23624 --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 92970 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92970&action=edit Bug 23624: (QA follow-up) Optimize even more This patch makes counting the results have no memory footprint by leveraging on the DB to count the rows. To test: - Without this path, run: $ kshell k$ prove t/db_dependent/Reports/Guided.t => SUCCESS: Tests pass - Apply this patch - Run: k$ prove t/db_dependent/Reports/Guided.t => SUCCESS: Tests still pass! Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.