Bug 16855 - Poor performance due to high overhead of SQL call in export.pl
authorNick Clemens <nick@bywatersolutions.com>
Tue, 5 Jul 2016 18:49:35 +0000 (14:49 -0400)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 08:40:14 +0000 (10:40 +0200)
commit0b40c96d2d7bb6e7f550698713fd4db7e6939960
tree3d1de988c30c4af692a4cb26b8cb91e65bffc90e
parente9840ac7956c4a8028575daab41303bc34457e0a
Bug 16855 - Poor performance due to high overhead of SQL call in export.pl

This patch eliminates all columns retrieved in the biblioitems query
except for biblionumber.

To test:
1 - Go to tools->Export data
2 - Export using various filters and note you get expected records
3 - Apply patch
4 - Ensure exported results match results before patch

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit a44bb07b88ba9d5049a64f88610a8bb8e82efe3a)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
tools/export.pl