mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix docs, the example got it right from day one...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317162 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e1c761d673
commit
4728692c64
1 changed files with 10 additions and 10 deletions
|
@ -164,15 +164,15 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>non_lazy_connections_slave_failed</literal>
|
||||
<literal>non_lazy_connections_slave_failure</literal>
|
||||
</entry>
|
||||
<entry>
|
||||
Number of failed slave connection attempts from
|
||||
configurations not using
|
||||
<literal><link linkend="ini.mysqlnd-ms-plugin-config.lazy_connections">lazy connections</link></literal>.
|
||||
The total number of failed slave connection attempts
|
||||
is <literal>non_lazy_connections_slave_failed</literal> +
|
||||
<literal>lazy_connections_slave_failed</literal>
|
||||
is <literal>non_lazy_connections_slave_failure</literal> +
|
||||
<literal>lazy_connections_slave_failure</literal>
|
||||
</entry>
|
||||
<entry>Since 1.0.0.</entry>
|
||||
</row>
|
||||
|
@ -192,15 +192,15 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>non_lazy_connections_master_failed</literal>
|
||||
<literal>non_lazy_connections_master_failure</literal>
|
||||
</entry>
|
||||
<entry>
|
||||
Number of failed master connection attempts from
|
||||
configurations not using
|
||||
<literal><link linkend="ini.mysqlnd-ms-plugin-config.lazy_connections">lazy connections</link></literal>.
|
||||
The total number of failed master connection attempts
|
||||
is <literal>non_lazy_connections_master_failed</literal> +
|
||||
<literal>lazy_connections_master_failed</literal>
|
||||
is <literal>non_lazy_connections_master_failure</literal> +
|
||||
<literal>lazy_connections_master_failure</literal>
|
||||
</entry>
|
||||
<entry>Since 1.0.0.</entry>
|
||||
</row>
|
||||
|
@ -217,11 +217,11 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>lazy_connections_slave_failed</literal>
|
||||
<literal>lazy_connections_slave_failure</literal>
|
||||
</entry>
|
||||
<entry>
|
||||
Number of failed slave connection attempts from
|
||||
configurations using
|
||||
configurations using
|
||||
<literal><link linkend="ini.mysqlnd-ms-plugin-config.lazy_connections">lazy connections</link></literal>.
|
||||
</entry>
|
||||
<entry>Since 1.0.0.</entry>
|
||||
|
@ -239,11 +239,11 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<literal>lazy_connections_master_failed</literal>
|
||||
<literal>lazy_connections_master_failure</literal>
|
||||
</entry>
|
||||
<entry>
|
||||
Number of failed master connection attempts from
|
||||
configurations using
|
||||
configurations using
|
||||
<literal><link linkend="ini.mysqlnd-ms-plugin-config.lazy_connections">lazy connections</link></literal>.
|
||||
</entry>
|
||||
<entry>Since 1.0.0.</entry>
|
||||
|
|
Loading…
Reference in a new issue