https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26315 Bug ID: 26315 Summary: statistics.datetime should keep the initial value Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs@lists.koha-community.org Reporter: arthur.suzuki@biblibre.com QA Contact: testopia@bugs.koha-community.org 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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.