summaryrefslogtreecommitdiffstats
path: root/mysqlnd_ms.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:06:04 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:06:04 +0200
commiteac4d5f27ee305a438ad852e3d70824f30287d9e (patch)
treeae27b956bed1679a19a41b1b97750378af183c5a /mysqlnd_ms.ini
repo reorg
Diffstat (limited to 'mysqlnd_ms.ini')
-rw-r--r--mysqlnd_ms.ini35
1 files changed, 35 insertions, 0 deletions
diff --git a/mysqlnd_ms.ini b/mysqlnd_ms.ini
new file mode 100644
index 0000000..584857f
--- /dev/null
+++ b/mysqlnd_ms.ini
@@ -0,0 +1,35 @@
+; Enable mysqlnd_qc extension module
+extension=mysqlnd_ms.so
+
+; Configuration documentation
+; http://www.php.net/manual/en/mysqlnd-ms.configuration.php
+
+; Enables or disables the plugin. If set to disabled, the extension
+; will not plug into mysqlnd to proxy internal mysqlnd C API calls.
+;mysqlnd_ms.enable = 0
+
+; If enabled the plugin checks if the host (server) parameter value of
+; any MySQL connection attempt matches a section name from the plugin
+; configuration file. If not, the connection attempt is blocked.
+;mysqlnd_ms.force_config_usage = 0
+
+; Plugin specific configuration file.
+;mysqlnd_ms.ini_file = "/etc/mysqlnd_ms.json"
+
+; Enables or disables the collection of statistics. The collection of
+; statistics is disabled by default for performance reasons.
+; Statistics are returned by the function mysqlnd_ms_get_stats().
+;mysqlnd_ms.collect_statistics = 0
+
+; Enables or disables support of MySQL multi master replication setups.
+; This feature is experimental. It will not be documented before reasonable
+; stability has been achieved. It is meant for development only.
+;mysqlnd_ms.multi_master = 0
+
+; Enables or disables built-in read write splitting.
+; Controls whether load balancing and lazy connection functionality can be used
+; independently of read write splitting. If read write splitting is disabled,
+; only servers from the master list will be used for statement execution.
+; All configured slave servers will be ignored.
+;mysqlnd_ms.disable_rw_split = 0
+