List:Commits« Previous MessageNext Message »
From:plavin Date:December 3 2007 6:56pm
Subject:svn commit - mysqldoc@docsrva: r9074 - trunk/refman-5.0
View as plain text  
Author: plavin
Date: 2007-12-03 19:56:44 +0100 (Mon, 03 Dec 2007)
New Revision: 9074

Log:
Add dynamic sections to the myisam and bdb storage engines


Modified:
   trunk/refman-5.0/Makefile.depends
   trunk/refman-5.0/storage-engines.xml


Modified: trunk/refman-5.0/Makefile.depends
===================================================================
--- trunk/refman-5.0/Makefile.depends	2007-12-03 18:32:35 UTC (rev 9073)
+++ trunk/refman-5.0/Makefile.depends	2007-12-03 18:56:44 UTC (rev 9074)
Changed blocks: 13, Lines Added: 40, Lines Deleted: 40; 6826 bytes

@@ -436,9 +436,9 @@
 	metadata/replication-notes.idmap \
 	metadata/replication-topology.idmap \
 	metadata/replication.idmap \
-	metadata/se-bdb.idmap \
+	metadata/se-bdb-core.idmap \
 	metadata/se-innodb-core.idmap \
-	metadata/se-myisam.idmap \
+	metadata/se-myisam-core.idmap \
 	metadata/sql-syntax.idmap \
 	metadata/storage-engines.idmap \
 	metadata/stored-procedures.idmap \

@@ -547,9 +547,9 @@
 	metadata/optimization.idmap \
 	metadata/precision-math.idmap \
 	metadata/replication-notes.idmap \
-	metadata/se-bdb.idmap \
+	metadata/se-bdb-core.idmap \
 	metadata/se-innodb-core.idmap \
-	metadata/se-myisam.idmap \
+	metadata/se-myisam-core.idmap \
 	metadata/sql-syntax.idmap \
 	metadata/stored-procedures.idmap \
 	metadata/using-mysql-programs.idmap \

@@ -1073,9 +1073,9 @@
 	metadata/precision-math.idmap \
 	metadata/releasenotes-es.idmap \
 	metadata/replication-notes.idmap \
-	metadata/se-bdb.idmap \
+	metadata/se-bdb-core.idmap \
 	metadata/se-innodb-core.idmap \
-	metadata/se-myisam.idmap \
+	metadata/se-myisam-core.idmap \
 	metadata/sql-syntax.idmap \
 	metadata/stored-procedures.idmap \
 	metadata/using-mysql-programs.idmap \

@@ -1429,7 +1429,7 @@
 	replication.xml \
 	restrictions.xml \
 	se-archive.xml \
-	se-bdb.xml \
+	se-bdb-core.xml \
 	se-blackhole.xml \
 	se-csv.xml \
 	se-example.xml \

@@ -1437,7 +1437,7 @@
 	se-innodb-core.xml \
 	se-memory.xml \
 	se-merge.xml \
-	se-myisam.xml \
+	se-myisam-core.xml \
 	spatial-extensions.xml \
 	sql-syntax.xml \
 	storage-engines.xml \

@@ -1578,14 +1578,14 @@
 	metadata/replication.idmap \
 	metadata/restrictions.idmap \
 	metadata/se-archive.idmap \
-	metadata/se-bdb.idmap \
+	metadata/se-bdb-core.idmap \
 	metadata/se-csv.idmap \
 	metadata/se-example.idmap \
 	metadata/se-federated.idmap \
 	metadata/se-innodb-core.idmap \
 	metadata/se-memory.idmap \
 	metadata/se-merge.idmap \
-	metadata/se-myisam.idmap \
+	metadata/se-myisam-core.idmap \
 	metadata/spatial-extensions.idmap \
 	metadata/sql-syntax.idmap \
 	metadata/storage-engines.idmap \

@@ -2074,10 +2074,10 @@
 	metadata/optimization.idmap \
 	metadata/replication.idmap \
 	metadata/se-archive.idmap \
-	metadata/se-bdb.idmap \
+	metadata/se-bdb-core.idmap \
 	metadata/se-innodb-core.idmap \
 	metadata/se-memory.idmap \
-	metadata/se-myisam.idmap \
+	metadata/se-myisam-core.idmap \
 	metadata/sql-syntax.idmap \
 	metadata/storage-engines.idmap \
 	metadata/stored-procedures.idmap \

@@ -2418,26 +2418,26 @@
 se-archive-manprepped.xml: $(se_archive_SOURCES) $(se_archive_IDMAPS)
 se-archive-remprepped.xml: $(se_archive_SOURCES) $(se_archive_IDMAPS)
 
-se_bdb_INCLUDES = \
+se_bdb_core_INCLUDES = \
 	../common/fixedchars.ent \
 	../common/phrases.ent \
 	../refman-common/urls.ent \
 	all-entities.ent \
 	versions.ent
-se_bdb_IMAGES =
-se_bdb_SOURCES = se-bdb.xml $(se_bdb_INCLUDES)
-se_bdb_IDMAPS = \
+se_bdb_core_IMAGES =
+se_bdb_core_SOURCES = se-bdb-core.xml $(se_bdb_core_INCLUDES)
+se_bdb_core_IDMAPS = \
 	metadata/dba-core.idmap \
 	metadata/installing-cs-core.idmap \
 	metadata/sql-syntax.idmap
-se-bdb.validpure: $(se_bdb_SOURCES)
-se-bdb.titles: $(se_bdb_SOURCES)
-se-bdb.useless: $(se_bdb_SOURCES)
-se-bdb.valid: $(se_bdb_SOURCES) $(se_bdb_IDMAPS)
-se-bdb.validwarn: $(se_bdb_SOURCES) $(se_bdb_IDMAPS)
-se-bdb-prepped.xml: $(se_bdb_SOURCES) $(se_bdb_IDMAPS)
-se-bdb-manprepped.xml: $(se_bdb_SOURCES) $(se_bdb_IDMAPS)
-se-bdb-remprepped.xml: $(se_bdb_SOURCES) $(se_bdb_IDMAPS)
+se-bdb-core.validpure: $(se_bdb_core_SOURCES)
+se-bdb-core.titles: $(se_bdb_core_SOURCES)
+se-bdb-core.useless: $(se_bdb_core_SOURCES)
+se-bdb-core.valid: $(se_bdb_core_SOURCES) $(se_bdb_core_IDMAPS)
+se-bdb-core.validwarn: $(se_bdb_core_SOURCES) $(se_bdb_core_IDMAPS)
+se-bdb-core-prepped.xml: $(se_bdb_core_SOURCES) $(se_bdb_core_IDMAPS)
+se-bdb-core-manprepped.xml: $(se_bdb_core_SOURCES) $(se_bdb_core_IDMAPS)
+se-bdb-core-remprepped.xml: $(se_bdb_core_SOURCES) $(se_bdb_core_IDMAPS)
 
 se_blackhole_INCLUDES = \
 	../common/fixedchars.ent \

@@ -2582,15 +2582,15 @@
 se-merge-manprepped.xml: $(se_merge_SOURCES) $(se_merge_IDMAPS)
 se-merge-remprepped.xml: $(se_merge_SOURCES) $(se_merge_IDMAPS)
 
-se_myisam_INCLUDES = \
+se_myisam_core_INCLUDES = \
 	../common/fixedchars.ent \
 	../common/phrases.ent \
 	../refman-common/urls.ent \
 	all-entities.ent \
 	versions.ent
-se_myisam_IMAGES =
-se_myisam_SOURCES = se-myisam.xml $(se_myisam_INCLUDES)
-se_myisam_IDMAPS = \
+se_myisam_core_IMAGES =
+se_myisam_core_SOURCES = se-myisam-core.xml $(se_myisam_core_INCLUDES)
+se_myisam_core_IDMAPS = \
 	metadata/client-utility-programs.idmap \
 	metadata/dba-core.idmap \
 	metadata/errors-problems.idmap \

@@ -2598,14 +2598,14 @@
 	metadata/internationalization.idmap \
 	metadata/optimization.idmap \
 	metadata/sql-syntax.idmap
-se-myisam.validpure: $(se_myisam_SOURCES)
-se-myisam.titles: $(se_myisam_SOURCES)
-se-myisam.useless: $(se_myisam_SOURCES)
-se-myisam.valid: $(se_myisam_SOURCES) $(se_myisam_IDMAPS)
-se-myisam.validwarn: $(se_myisam_SOURCES) $(se_myisam_IDMAPS)
-se-myisam-prepped.xml: $(se_myisam_SOURCES) $(se_myisam_IDMAPS)
-se-myisam-manprepped.xml: $(se_myisam_SOURCES) $(se_myisam_IDMAPS)
-se-myisam-remprepped.xml: $(se_myisam_SOURCES) $(se_myisam_IDMAPS)
+se-myisam-core.validpure: $(se_myisam_core_SOURCES)
+se-myisam-core.titles: $(se_myisam_core_SOURCES)
+se-myisam-core.useless: $(se_myisam_core_SOURCES)
+se-myisam-core.valid: $(se_myisam_core_SOURCES) $(se_myisam_core_IDMAPS)
+se-myisam-core.validwarn: $(se_myisam_core_SOURCES) $(se_myisam_core_IDMAPS)
+se-myisam-core-prepped.xml: $(se_myisam_core_SOURCES) $(se_myisam_core_IDMAPS)
+se-myisam-core-manprepped.xml: $(se_myisam_core_SOURCES) $(se_myisam_core_IDMAPS)
+se-myisam-core-remprepped.xml: $(se_myisam_core_SOURCES) $(se_myisam_core_IDMAPS)
 
 spatial_extensions_INCLUDES = \
 	../common/fixedchars.ent \

@@ -2656,14 +2656,14 @@
 	metadata/replication-implementation.idmap \
 	metadata/restrictions.idmap \
 	metadata/se-archive.idmap \
-	metadata/se-bdb.idmap \
+	metadata/se-bdb-core.idmap \
 	metadata/se-csv.idmap \
 	metadata/se-example.idmap \
 	metadata/se-federated.idmap \
 	metadata/se-innodb-core.idmap \
 	metadata/se-memory.idmap \
 	metadata/se-merge.idmap \
-	metadata/se-myisam.idmap \
+	metadata/se-myisam-core.idmap \
 	metadata/spatial-extensions.idmap \
 	metadata/sql-syntax.idmap \
 	metadata/storage-engines.idmap \

@@ -2687,7 +2687,7 @@
 	../refman-common/urls.ent \
 	all-entities.ent \
 	se-archive.xml \
-	se-bdb.xml \
+	se-bdb-core.xml \
 	se-blackhole.xml \
 	se-csv.xml \
 	se-example.xml \

@@ -2695,7 +2695,7 @@
 	se-innodb-core.xml \
 	se-memory.xml \
 	se-merge.xml \
-	se-myisam.xml \
+	se-myisam-core.xml \
 	versions.ent
 storage_engines_IMAGES = \
 	../refman-common/images/published/blackhole-1.png


Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml	2007-12-03 18:32:35 UTC (rev 9073)
+++ trunk/refman-5.0/storage-engines.xml	2007-12-03 18:56:44 UTC (rev 9074)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 897 bytes

@@ -397,7 +397,7 @@
 
   </itemizedlist>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-myisam.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-myisam-core.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-innodb-core.xml"/>
 

@@ -405,7 +405,7 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-memory.xml"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-bdb.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-bdb-core.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="se-example.xml"/>
 


Thread
svn commit - mysqldoc@docsrva: r9074 - trunk/refman-5.0plavin3 Dec