Bug 26315 - statistics.datetime should keep the initial value
Summary: statistics.datetime should keep the initial value
Status: RESOLVED DUPLICATE of bug 24151
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-28 08:12 UTC by Arthur Suzuki
Modified: 2020-08-28 08:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***