MySQL Galera workaround (#416)

This commit is contained in:
Raphael Michel
2017-02-22 16:59:23 +01:00
committed by GitHub
parent 09020143e7
commit 08e7a29623
4 changed files with 74 additions and 27 deletions

View File

@@ -102,6 +102,10 @@ Example::
``user``, ``password``, ``host``, ``port``
Connection details for the database connection. Empty by default.
``galera``
Indicates if the database backend is a MySQL/MariaDB Galera cluster and
turns on some optimizations/special case handlers. Default: ``False``
URLs
----