26 Jun
2018
26 Jun
'18
1:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20996 Benjamin Rokseth <benjamin.rokseth@deichman.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.rokseth@deichman.n | |o --- Comment #1 from Benjamin Rokseth <benjamin.rokseth@deichman.no> --- Hi, db design at least partly to blame. At least a quick fix would be to create an index on illrequestattributes CREATE INDEX `illrequestattributes_type_value` ON illrequestattributes(type,value(32)); -- You are receiving this mail because: You are watching all bug changes.