Author: paul
Date: 2007-04-24 20:56:37 +0200 (Tue, 24 Apr 2007)
New Revision: 6169
Log:
r24049@polar: paul | 2007-04-24 13:53:54 -0500
Kill some todo's, no-longer-relevant remarks.
Modified:
trunk/refman-4.1/installing.xml
trunk/refman-5.0/installing-cs.xml
trunk/refman-5.0/introduction.xml
trunk/refman-5.1/installing.xml
trunk/refman-5.1/introduction.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:24042
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:19584
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:24049
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:19584
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2007-04-24 18:55:53 UTC (rev 6168)
+++ trunk/refman-4.1/installing.xml 2007-04-24 18:56:37 UTC (rev 6169)
Changed blocks: 4, Lines Added: 2, Lines Deleted: 21; 1860 bytes
@@ -406,15 +406,6 @@
(an installable package).
</remark>
- <remark role="todo">
- This needs to describe the Standard/Max/etc breakdown.
- </remark>
-
- <remark role="todo">
- This needs to describe distribution formats as well. (.tar.gz,
- RPM, PKG, .msi, etc.)
- </remark>
-
<para>
When preparing to install MySQL, you should decide which version
to use. MySQL development occurs in several release series, and
@@ -3913,11 +3904,6 @@
<title>Installing MySQL from a Noinstall Zip Archive</title>
- <remark>
- This is a new section, the next few sections will once again be
- subsections.
- </remark>
-
<para>
Users who are installing from the Noinstall package, or who are
installing a version of MySQL prior to 4.1.5 can use the
@@ -7178,12 +7164,6 @@
<primary>installation overview</primary>
</indexterm>
- <remark role="todo">
- Needs intro to mention both Unix and Windows, and how to proceed.
- Need better outline here. Most of the Unix sections should go
- under a @subsection and be demoted to @subsubsection.
- </remark>
-
<para>
Before you proceed with an installation from source, first check
whether our binary is available for your platform and whether it
@@ -7193,7 +7173,8 @@
<para>
To obtain a source distribution for MySQL,
- <xref linkend="getting-mysql"/>.
+ <xref linkend="getting-mysql"/>. If you want to build MySQL from
+ source on Windows, see <xref linkend="windows-source-build"/>.
</para>
<para>
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2007-04-24 18:55:53 UTC (rev 6168)
+++ trunk/refman-5.0/installing-cs.xml 2007-04-24 18:56:37 UTC (rev 6169)
Changed blocks: 4, Lines Added: 3, Lines Deleted: 19; 1752 bytes
@@ -375,15 +375,6 @@
installable package).
</remark>
- <remark role="todo">
- This needs to describe the Standard/Max/etc breakdown.
- </remark>
-
- <remark role="todo">
- This needs to describe distribution formats as well. (.tar.gz,
- RPM, PKG, .msi, etc.)
- </remark>
-
<para>
When preparing to install MySQL, you should decide which version
to use. MySQL development occurs in several release series, and
@@ -3118,10 +3109,6 @@
<title>Installing MySQL from a Noinstall Zip Archive</title>
&cs-only;
- <remark>
- This is a new section, the next few sections will once again be
- subsections.
- </remark>
<para>
Users who are installing from the Noinstall package can use the
@@ -6275,12 +6262,6 @@
<primary>installation overview</primary>
</indexterm>
- <remark role="todo">
- Needs intro to mention both Unix and Windows, and how to proceed.
- Need better outline here. Most of the Unix sections should go
- under a @subsection and be demoted to @subsubsection.
- </remark>
-
<para>
Before you proceed with an installation from source, first check
whether our binary is available for your platform and whether it
@@ -6291,6 +6272,9 @@
<para>
To obtain a source distribution for MySQL,
<xref linkend="getting-mysql"/>.
+If you want to build MySQL from source on Windows, see
+ <xref linkend="windows-source-build"/>.
+
</para>
<para>
Modified: trunk/refman-5.0/introduction.xml
===================================================================
--- trunk/refman-5.0/introduction.xml 2007-04-24 18:55:53 UTC (rev 6168)
+++ trunk/refman-5.0/introduction.xml 2007-04-24 18:56:37 UTC (rev 6169)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 6; 593 bytes
@@ -2460,12 +2460,6 @@
to be executed, and tries to recover from any errors that occur
while executing the statement. We do this in most cases, but not
yet for all.
-
- <remark role="todo">
- Fix following link.
- </remark>
-
-<!-- See <xref linkend="todo-future"/>. -->
</para>
<para>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2007-04-24 18:55:53 UTC (rev 6168)
+++ trunk/refman-5.1/installing.xml 2007-04-24 18:56:37 UTC (rev 6169)
Changed blocks: 7, Lines Added: 13, Lines Deleted: 37; 4230 bytes
@@ -14,10 +14,6 @@
<secondary>overview</secondary>
</indexterm>
- <remark role="todo">
- each major section needs intro about what's in section.
- </remark>
-
<para>
This chapter describes how to obtain and install MySQL. A summary of
the procedure follows and later sections provide the details. If you
@@ -467,15 +463,6 @@
(an installable package).
</remark>
- <remark role="todo">
- This needs to describe the Standard/Max/etc breakdown.
- </remark>
-
- <remark role="todo">
- This needs to describe distribution formats as well. (.tar.gz,
- RPM, PKG, .msi, etc.)
- </remark>
-
<para>
When preparing to install MySQL, you should decide which version
to use. MySQL development occurs in several release series, and
@@ -3916,11 +3903,6 @@
<title>Installing MySQL from a Noinstall Zip Archive</title>
- <remark>
- This is a new section, the next few sections will once again be
- subsections.
- </remark>
-
<para>
Users who are installing from the Noinstall package can use the
instructions in this section to manually install MySQL. The
@@ -6680,12 +6662,12 @@
distribution. GNU <command>tar</command> is known to work.
Some operating systems come with a preinstalled version of
<command>tar</command> that is known to have problems. For
- example, the <command>tar</command> provided with early versions of Mac OS X, SunOS 4.x and Solaris 8 and earlier
- are known to have problems with long
- filenames. On Mac OS X, you can use the preinstalled
- <command>gnutar</command> program. On other systems with a
- deficient <command>tar</command>, you should install GNU
- <command>tar</command> first.
+ example, the <command>tar</command> provided with early
+ versions of Mac OS X, SunOS 4.x and Solaris 8 and earlier are
+ known to have problems with long filenames. On Mac OS X, you
+ can use the preinstalled <command>gnutar</command> program. On
+ other systems with a deficient <command>tar</command>, you
+ should install GNU <command>tar</command> first.
</para>
</listitem>
@@ -7056,12 +7038,6 @@
<primary>installation overview</primary>
</indexterm>
- <remark role="todo">
- Needs intro to mention both Unix and Windows, and how to proceed.
- Need better outline here. Most of the Unix sections should go
- under a @subsection and be demoted to @subsubsection.
- </remark>
-
<para>
Before you proceed with an installation from source, first check
whether our binary is available for your platform and whether it
@@ -7071,7 +7047,8 @@
<para>
To obtain a source distribution for MySQL,
- <xref linkend="getting-mysql"/>.
+ <xref linkend="getting-mysql"/>. If you want to build MySQL from
+ source on Windows, see <xref linkend="windows-source-build"/>.
</para>
<para>
@@ -7102,12 +7079,11 @@
Some operating systems come with a preinstalled version of
<command>tar</command> that is known to have problems. For
example, the <command>tar</command> provided with early
- versions of Mac OS X, SunOS 4.x and
- Solaris 8 and earlier are known to have problems with long
- filenames. On Mac OS X, you can use the preinstalled
- <command>gnutar</command> program. On other systems with a
- deficient <command>tar</command>, you should install GNU
- <command>tar</command> first.
+ versions of Mac OS X, SunOS 4.x and Solaris 8 and earlier are
+ known to have problems with long filenames. On Mac OS X, you
+ can use the preinstalled <command>gnutar</command> program. On
+ other systems with a deficient <command>tar</command>, you
+ should install GNU <command>tar</command> first.
</para>
</listitem>
Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml 2007-04-24 18:55:53 UTC (rev 6168)
+++ trunk/refman-5.1/introduction.xml 2007-04-24 18:56:37 UTC (rev 6169)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 6; 593 bytes
@@ -2472,12 +2472,6 @@
to be executed, and tries to recover from any errors that occur
while executing the statement. We do this in most cases, but not
yet for all.
-
- <remark role="todo">
- Fix following link.
- </remark>
-
-<!-- See <xref linkend="todo-future"/>. -->
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6169 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 24 Apr |