Author: mcbrown
Date: 2010-04-21 08:22:29 +0200 (Wed, 21 Apr 2010)
New Revision: 20147
Log:
Moving the dependency remark to prevent build issues
Modified:
trunk/innodb-plugin-1.1/glossary-core.xml
Modified: trunk/innodb-plugin-1.1/glossary-core.xml
===================================================================
--- trunk/innodb-plugin-1.1/glossary-core.xml 2010-04-21 06:01:00 UTC (rev 20146)
+++ trunk/innodb-plugin-1.1/glossary-core.xml 2010-04-21 06:22:29 UTC (rev 20147)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 7; 895 bytes
@@ -7,13 +7,17 @@
<!ENTITY % innodb.entities SYSTEM "innodb-entities.ent">
%innodb.entities;
]>
+<glossary id="glossary">
- <glossary id="glossary">
+ <title>InnoDB Glossary</title>
+
<remark role="dynamic-dependency-list"/>
- <title>InnoDB Glossary</title>
- <para>
- These terms are commonly used in information about the InnoDB storage engine.
- </para>
- <para condition="dynamic:glossary:inner" role=":innodb:all"/>
+
+ <para>
+ These terms are commonly used in information about the InnoDB
+ storage engine.
+ </para>
+
+ <para condition="dynamic:glossary:inner" role=":innodb:all"/>
+
</glossary>
-
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r20147 - trunk/innodb-plugin-1.1 | mc.brown | 21 Apr |