https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41918

--- Comment #4 from Kyle M Hall (khall) <[email protected]> ---
Created attachment 193919
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193919&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!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to