Author: pd221994
Date: 2011-06-21 17:41:13 +0200 (Tue, 21 Jun 2011)
New Revision: 26569
Log:
r49153@dhcp-adc-twvpn-1-vpnpool-10-154-24-239: paul | 2011-06-21 10:39:18 -0500
Minor --plugin-load description tweak
Add LOAD_OPTION to PLUGINS table output
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-21 13:57:08 UTC (rev 26568)
+++ trunk/refman-5.1/dba-mysqld-server-core.xml 2011-06-21 15:41:13 UTC (rev 26569)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 852 bytes
@@ -2386,8 +2386,7 @@
table. If the server is started with the
<option role="mysqld">--skip-grant-tables</option> option, it
does not consult the <literal>mysql.plugins</literal> table
- and thus does not load plugins installed with the
- <literal role="stmt">INSTALL PLUGIN</literal> statement.
+ and does not load plugins listed there.
<option role="mysqld">--plugin-load</option> enables plugins
to be loaded even when
<option role="mysqld">--skip-grant-tables</option> is given.
Modified: trunk/refman-5.5/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.5/dba-mysqld-server-core.xml 2011-06-21 13:57:08 UTC (rev 26568)
+++ trunk/refman-5.5/dba-mysqld-server-core.xml 2011-06-21 15:41:13 UTC (rev 26569)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 2; 1389 bytes
@@ -2407,8 +2407,7 @@
table. If the server is started with the
<option role="mysqld">--skip-grant-tables</option> option, it
does not consult the <literal>mysql.plugins</literal> table
- and thus does not load plugins installed with the
- <literal role="stmt">INSTALL PLUGIN</literal> statement.
+ and does not load plugins listed there.
<option role="mysqld">--plugin-load</option> enables plugins
to be loaded even when
<option role="mysqld">--skip-grant-tables</option> is given.
@@ -15793,6 +15792,7 @@
PLUGIN_AUTHOR: MySQL AB
PLUGIN_DESCRIPTION: This is a pseudo storage engine to represent the binlog in a transaction
PLUGIN_LICENSE: GPL
+ LOAD_OPTION: FORCE
...
*************************** 10. row ***************************
PLUGIN_NAME: InnoDB
@@ -15806,6 +15806,7 @@
PLUGIN_DESCRIPTION: Supports transactions, row-level locking,
and foreign keys
PLUGIN_LICENSE: GPL
+ LOAD_OPTION: ON
...
</programlisting>
</listitem>
Modified: trunk/refman-5.6/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.6/dba-mysqld-server-core.xml 2011-06-21 13:57:08 UTC (rev 26568)
+++ trunk/refman-5.6/dba-mysqld-server-core.xml 2011-06-21 15:41:13 UTC (rev 26569)
Changed blocks: 3, Lines Added: 3, Lines Deleted: 2; 1389 bytes
@@ -2235,8 +2235,7 @@
table. If the server is started with the
<option role="mysqld">--skip-grant-tables</option> option, it
does not consult the <literal>mysql.plugins</literal> table
- and thus does not load plugins installed with the
- <literal role="stmt">INSTALL PLUGIN</literal> statement.
+ and does not load plugins listed there.
<option role="mysqld">--plugin-load</option> enables plugins
to be loaded even when
<option role="mysqld">--skip-grant-tables</option> is given.
@@ -15409,6 +15408,7 @@
PLUGIN_AUTHOR: MySQL AB
PLUGIN_DESCRIPTION: This is a pseudo storage engine to represent the binlog in a transaction
PLUGIN_LICENSE: GPL
+ LOAD_OPTION: FORCE
...
*************************** 10. row ***************************
PLUGIN_NAME: InnoDB
@@ -15422,6 +15422,7 @@
PLUGIN_DESCRIPTION: Supports transactions, row-level locking,
and foreign keys
PLUGIN_LICENSE: GPL
+ LOAD_OPTION: ON
...
</programlisting>
</listitem>
Modified: trunk/refman-6.0/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-6.0/dba-mysqld-server-core.xml 2011-06-21 13:57:08 UTC (rev 26568)
+++ trunk/refman-6.0/dba-mysqld-server-core.xml 2011-06-21 15:41:13 UTC (rev 26569)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 852 bytes
@@ -2571,8 +2571,7 @@
table. If the server is started with the
<option role="mysqld">--skip-grant-tables</option> option, it
does not consult the <literal>mysql.plugins</literal> table
- and thus does not load plugins installed with the
- <literal role="stmt">INSTALL PLUGIN</literal> statement.
+ and does not load plugins listed there.
<option role="mysqld">--plugin-load</option> enables plugins
to be loaded even when
<option role="mysqld">--skip-grant-tables</option> is given.
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26569 - in trunk: . refman-5.1 refman-5.5 refman-5.6 refman-6.0 | paul.dubois | 22 Jun |