Bug 26315

Summary: statistics.datetime should keep the initial value
Product: Koha Reporter: Arthur Suzuki <arthur.suzuki>
Component: DatabaseAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Arthur Suzuki 2020-08-28 08:12:38 UTC
It appears that statistics.datetime is created with SQL NOW();
Although this is perfect in most case, when using binarylogs to synchronize between two database server instance (like in master-slave configuration),
this will lead to erratic data being imported into the slave server if a delay is encountered between creation on the master and import on the slave.
Comment 1 Arthur Suzuki 2020-08-28 08:25:19 UTC
Solved by changes introduced by bz24151

*** This bug has been marked as a duplicate of bug 24151 ***