https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27511
Bug ID: 27511
Summary: Don't use NOW() in saved sql last run update
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Reports
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
When running a report, column last run is updated with current date-time.
We should avoid using NOW(), better calculated date-time in perl.
With NOW(), when importing a backup dump, you get current date-time in all
rows.
Also, sometimes we see errors in plack logs :
DBD::mysql::db do failed: Lock wait timeout exceeded; try restarting
transaction [for Statement "UPDATE saved_sql SET last_run = NOW() WHERE id =
?"] at /home
/koha/src/C4/Reports/Guided.pm line 576.
Replacing NOW() should avoid this.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/