Author: plavin
Date: 2007-03-05 20:13:06 +0100 (Mon, 05 Mar 2007)
New Revision: 5173
Log:
Minor corections, additions
Modified:
trunk/dynamic-docs/mysqld-optvar/options.xml
Modified: trunk/dynamic-docs/mysqld-optvar/options.xml
===================================================================
--- trunk/dynamic-docs/mysqld-optvar/options.xml 2007-03-05 18:59:20 UTC (rev 5172)
+++ trunk/dynamic-docs/mysqld-optvar/options.xml 2007-03-05 19:13:06 UTC (rev 5173)
Changed blocks: 3, Lines Added: 46, Lines Deleted: 2; 2313 bytes
@@ -11408,7 +11408,7 @@
<engines includes="all"/>
<platforms applies="all"/>
<types>
- <vartype isdynamic="yes" class="server" scope="global"/>
+ <vartype isdynamic="yes" class="server" scope="global" inversion="5.1.3"/>
</types>
<values vartype="numeric" platform="all"/>
<versions>
@@ -12895,7 +12895,7 @@
<name>ndb_use_transactions</name>
<shortdescription lang="en">
Forces NDB to use a count of records during SELECT COUNT(*)
- query planning to speed up this type of query.
+ query planning to speed up this type of query
</shortdescription>
<section id="mysqld"/>
<opclass class="server"/>
@@ -12915,6 +12915,50 @@
</versions>
</mysqloption>
+ <mysqloption id="shared_memory">
+ <!-- added -->
+ <xrefto id="optvar_shared_memory"/>
+ <name>shared_memory</name>
+ <shortdescription lang="en">
+ Whether the server allows shared-memory connections
+ </shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="windows"/>
+ <types>
+ <optype class="cmdline" format="--shared_memory"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
+ <mysqloption id="shared_memory_base_name">
+ <!-- added -->
+ <xrefto id="optvar_shared_memory_base_name"/>
+ <name>shared_memory</name>
+ <shortdescription lang="en">
+ The name of shared memory to use for shared-memory connections
+ </shortdescription>
+ <section id="mysqld"/>
+ <opclass class="server"/>
+ <engines includes="all"/>
+ <platforms applies="windows"/>
+ <types>
+ <optype class="cmdline" format="--shared_memory_base_name"/>
+ <optype class="mycnf"/>
+ </types>
+ <versions>
+ <manual version="4.1"/>
+ <manual version="5.0"/>
+ <manual version="5.1"/>
+ </versions>
+ </mysqloption>
+
<!-- to add
-->
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5173 - trunk/dynamic-docs/mysqld-optvar | plavin | 5 Mar |