Author: mcbrown
Date: 2008-10-03 11:27:14 +0200 (Fri, 03 Oct 2008)
New Revision: 11960
Log:
Adding some more topic guides
Added:
trunk/topic-guides/topics-common/mysql-ha-drbd-aspec.xml
trunk/topic-guides/topics-common/mysql-ha-drbd-base.xml
trunk/topic-guides/topics-common/mysql-ha-vm-aspec.xml
trunk/topic-guides/topics-common/mysql-ha-vm-base.xml
trunk/topic-guides/topics-common/mysql-load-balancer-aspec.xml
trunk/topic-guides/topics-common/mysql-load-balancer-base.xml
trunk/topic-guides/topics-common/mysql-memcached-aspec.xml
trunk/topic-guides/topics-common/mysql-memcached-base.xml
trunk/topic-guides/topics-common/mysql-proxy-aspec.xml
trunk/topic-guides/topics-common/mysql-proxy-base.xml
Modified:
trunk/topic-guides/topics-common/Makefile
Modified: trunk/topic-guides/topics-common/Makefile
===================================================================
--- trunk/topic-guides/topics-common/Makefile 2008-10-02 23:38:36 UTC (rev 11959)
+++ trunk/topic-guides/topics-common/Makefile 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 1; 921 bytes
@@ -63,12 +63,27 @@
connectors.xml: connectors-arbitrary.xml
cp $< $@
+apis-php.xml: apis-php-arbitrary.xml
+ cp $< $@
+
mysql-ha-scalability.xml: mysql-ha-scalability-arbitrary.xml
cp $< $@
-apis-php.xml: apis-php-arbitrary.xml
+mysql-ha-drbd.xml: mysql-ha-drbd-arbitrary.xml
cp $< $@
+mysql-ha-vm.xml: mysql-ha-vm-arbitrary.xml
+ cp $< $@
+
+mysql-load-balancer.xml: mysql-load-balancer-arbitrary.xml
+ cp $< $@
+
+mysql-memcached.xml: mysql-memcached-arbitrary.xml
+ cp $< $@
+
+mysql-proxy.xml: mysql-proxy.xml
+ cp $< $@
+
clean::
$(RM) $(DEPEND_FILES)
$(RM) connectors.txt connector-j.txt connector-net.txt connector-odbc.txt connector-mxj.txt
Added: trunk/topic-guides/topics-common/mysql-ha-drbd-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-ha-drbd-aspec.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-ha-drbd-aspec.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 0; 892 bytes
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="ha-drbd">
+
+ <include prefix="refman-common" src="ha-drbd" filter="all" markas="preface"/>
+
+ <include prefix="refman-common" src="ha-drbd-install" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-drbd-install-mysql" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-drbd-performance" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-heartbeat" markas="chapter" filter="none"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-ha-drbd-base.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-ha-drbd-base.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-ha-drbd-base.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1088 bytes
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="mysql-ha-drbd" lang="en">
+
+ <title>MySQL and DRBD Guide</title>
+
+ <bookinfo>
+
+ <abstract>
+
+ <para>
+ This is the MySQL and DRBD extract from the MySQL
+ Reference Manual.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../refman-5.1/legalnotice.en.xml"/>
+
+ </bookinfo>
+
+<!--SRCFILE ha-drbd-->
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-ha-vm-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-ha-vm-aspec.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-ha-vm-aspec.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 779 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="ha-vm">
+
+ <include prefix="refman-common" src="ha-vm" filter="all" markas="preface"/>
+
+ <include prefix="refman-common" src="ha-vm-commonissues" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-vm-aws" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-vm-resources" markas="chapter" filter="none"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-ha-vm-base.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-ha-vm-base.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-ha-vm-base.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1098 bytes
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="mysql-ha-vm" lang="en">
+
+ <title>MySQL and Virtualization Guide</title>
+
+ <bookinfo>
+
+ <abstract>
+
+ <para>
+ This is the MySQL and Virtualization extract from the MySQL
+ Reference Manual.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../refman-5.1/legalnotice.en.xml"/>
+
+ </bookinfo>
+
+<!--SRCFILE ha-vm-->
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-load-balancer-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-load-balancer-aspec.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-load-balancer-aspec.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 1028 bytes
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="load-balancer">
+
+ <include prefix="refman-common" src="load-balancer" filter="all" markas="preface"/>
+
+ <include prefix="refman-common" src="mysql-lb-installing" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-lb-getting-started" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-lb-using" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-lb-known-issues" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="load-balancer-faq" markas="chapter" filter="none"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-load-balancer-base.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-load-balancer-base.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-load-balancer-base.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1128 bytes
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="mysql-load-balancer" lang="en">
+
+ <title>MySQL Load Balancer Guide</title>
+
+ <bookinfo>
+
+ <abstract>
+
+ <para>
+ This is the MySQL Load Balancer extract from the MySQL
+ Reference Manual.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../refman-5.1/legalnotice.en.xml"/>
+
+ </bookinfo>
+
+<!--SRCFILE load-balancer-->
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-memcached-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-memcached-aspec.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-memcached-aspec.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 791 bytes
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="ha-vm">
+
+ <include prefix="refman-common" src="ha-vm" filter="all" markas="preface"/>
+
+ <include prefix="refman-common" src="ha-vm-commonissues" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-vm-aws" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="ha-vm-resources" markas="chapter" filter="none"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-memcached-base.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-memcached-base.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-memcached-base.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1110 bytes
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="mysql-ha-vm" lang="en">
+
+ <title>MySQL and Virtualization Guide</title>
+
+ <bookinfo>
+
+ <abstract>
+
+ <para>
+ This is the MySQL and Virtualization extract from the MySQL
+ Reference Manual.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../refman-5.1/legalnotice.en.xml"/>
+
+ </bookinfo>
+
+<!--SRCFILE ha-vm-->
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-proxy-aspec.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-proxy-aspec.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-proxy-aspec.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 1095 bytes
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<book>
+
+ <fragment id="mysql-proxy">
+
+ <include prefix="refman-common" src="mysql-proxy" filter="all" markas="preface"/>
+
+ <include prefix="refman-common" src="mysql-proxy-platforms" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-proxy-install" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-proxy-cmdline" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-proxy-scripting" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-proxy-using" markas="chapter" filter="none"/>
+ <include prefix="refman-common" src="mysql-proxy-faq" markas="chapter" filter="none"/>
+
+ </fragment>
+
+</book>
Added: trunk/topic-guides/topics-common/mysql-proxy-base.xml
===================================================================
--- trunk/topic-guides/topics-common/mysql-proxy-base.xml (rev 0)
+++ trunk/topic-guides/topics-common/mysql-proxy-base.xml 2008-10-03 09:27:14 UTC (rev 11960)
Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1084 bytes
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+ <!ENTITY % all.entities SYSTEM "all-entities.ent">
+ %all.entities;
+]>
+<book id="mysql-proxy-guide" lang="en">
+
+ <title>MySQL Proxy Guide</title>
+
+ <bookinfo>
+
+ <abstract>
+
+ <para>
+ This is the MySQL Proxy extract from the MySQL
+ Reference Manual.
+ </para>
+
+ <para>
+ Document generated on:
+
+<?dbtimestamp format="Y-m-d"?>
+
+ <remark role="repository.revision"/>
+ </para>
+
+ </abstract>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../refman-5.1/legalnotice.en.xml"/>
+
+ </bookinfo>
+
+<!--SRCFILE mysql-proxy-->
+
+</book>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11960 - trunk/topic-guides/topics-common | martin.brown | 3 Oct |