http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9066

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 9066
          Assignee: [email protected]
           Summary: Database ping should be wrapped in an eval to avoid
                    failures with MariaDB and Starman
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: master
         Component: Database
           Product: Koha

It would seem that the default timeout for MariaDB is much shorter than for
MySQL, which leads to frequent connection failures under Starman. By wrapping
the $dbh->ping call in an eval, Starman is able to reconnect without any
problems.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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