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

--- Comment #1 from Mark Hofstetter <[email protected]> ---
I would suggest to add that to the config file and not the sysprefs.

We have top bear in mind that we have to distinguish between 

mysql

select /*+ MAX_EXECUTION_TIME(300) */ sleep(5);

which returns normaly when it's running too long

and mariadb

select /*+ MAX_EXECUTION_TIME(300) */ sleep(5);

when throws an errors when running too long

-- 
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