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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to