[Koha-bugs] [Bug 27511] Don't use NOW() in saved sql last run update

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 21 17:04:19 CET 2021


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

--- Comment #2 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 115565
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115565&action=edit
Bug 27511: Don't use NOW() in saved sql last run update

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.

Test plan:
1) Run a sql report
2) Check last run date and time is OK

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list