Author: pd221994
Date: 2011-06-06 20:33:52 +0200 (Mon, 06 Jun 2011)
New Revision: 26439
Log:
r48688@dhcp-adc-twvpn-1-vpnpool-10-154-30-251: paul | 2011-06-06 10:28:07 -0500
For --plugin-load, naming a library without a preceding plugin loads all
plugins in the library
Modified:
svk:merge
trunk/refman-5.1/dba-mysqld-server-core.xml
trunk/refman-5.5/dba-mysqld-server-core.xml
trunk/refman-5.6/dba-mysqld-server-core.xml
trunk/refman-6.0/dba-mysqld-server-core.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/refman-5.1/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.1/dba-mysqld-server-core.xml 2011-06-06 16:48:47 UTC (rev 26438)
+++ trunk/refman-5.1/dba-mysqld-server-core.xml 2011-06-06 18:33:52 UTC (rev 26439)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 1; 819 bytes
@@ -2366,7 +2366,12 @@
</para>
<para>
- Each named plugin is loaded for a single invocation of
+ If a plugin library is named without any preceding plugin
+ name, the server loads all plugins in the library.
+ </para>
+
+ <para>
+ Each plugin is loaded for a single invocation of
<command>mysqld</command> only. After a restart, the plugin is
not loaded unless <option role="mysqld">--plugin-load</option>
is used again. This is in contrast to
Modified: trunk/refman-5.5/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.5/dba-mysqld-server-core.xml 2011-06-06 16:48:47 UTC (rev 26438)
+++ trunk/refman-5.5/dba-mysqld-server-core.xml 2011-06-06 18:33:52 UTC (rev 26439)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 1; 819 bytes
@@ -2387,7 +2387,12 @@
</para>
<para>
- Each named plugin is loaded for a single invocation of
+ If a plugin library is named without any preceding plugin
+ name, the server loads all plugins in the library.
+ </para>
+
+ <para>
+ Each plugin is loaded for a single invocation of
<command>mysqld</command> only. After a restart, the plugin is
not loaded unless <option role="mysqld">--plugin-load</option>
is used again. This is in contrast to
Modified: trunk/refman-5.6/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.6/dba-mysqld-server-core.xml 2011-06-06 16:48:47 UTC (rev 26438)
+++ trunk/refman-5.6/dba-mysqld-server-core.xml 2011-06-06 18:33:52 UTC (rev 26439)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 1; 819 bytes
@@ -2215,7 +2215,12 @@
</para>
<para>
- Each named plugin is loaded for a single invocation of
+ If a plugin library is named without any preceding plugin
+ name, the server loads all plugins in the library.
+ </para>
+
+ <para>
+ Each plugin is loaded for a single invocation of
<command>mysqld</command> only. After a restart, the plugin is
not loaded unless <option role="mysqld">--plugin-load</option>
is used again. This is in contrast to
Modified: trunk/refman-6.0/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-6.0/dba-mysqld-server-core.xml 2011-06-06 16:48:47 UTC (rev 26438)
+++ trunk/refman-6.0/dba-mysqld-server-core.xml 2011-06-06 18:33:52 UTC (rev 26439)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 1; 819 bytes
@@ -2551,7 +2551,12 @@
</para>
<para>
- Each named plugin is loaded for a single invocation of
+ If a plugin library is named without any preceding plugin
+ name, the server loads all plugins in the library.
+ </para>
+
+ <para>
+ Each plugin is loaded for a single invocation of
<command>mysqld</command> only. After a restart, the plugin is
not loaded unless <option role="mysqld">--plugin-load</option>
is used again. This is in contrast to
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26439 - in trunk: . refman-5.1 refman-5.5 refman-5.6 refman-6.0 | paul.dubois | 7 Jun |