[Koha-bugs] [Bug 26315] New: statistics.datetime should keep the initial value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 28 10:12:38 CEST 2020


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 at lists.koha-community.org
          Reporter: arthur.suzuki at biblibre.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list