https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41918 --- Comment #10 from Alex Carver [Acerock7] <alex@rcls.org> --- Created attachment 197718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197718&action=edit Bug 41918: Prevent a given librarian from running the same report multiple times simultaneously Test Plan: 1) create a long running report such as: SELECT COUNT(*) FROM items i1 JOIN items i2 JOIN items i3 JOIN items i4 JOIN items i5 JOIN items i6 2) Run this report multiple times 3) Note the processes are running via SHOW FULL PROCESSLIST from koha-mysql 4) Kill those processes 5) Apply this patch 6) Restart all the things! 7) Try to run the report in two tabs, note the second tab opened says the report is already running! Signed-off-by: Alex Carver [Acerock7] <alex@rcls.org> -- You are receiving this mail because: You are watching all bug changes.