Author: paul
Date: 2006-01-03 21:39:55 +0100 (Tue, 03 Jan 2006)
New Revision: 656
Log:
r5788@frost: paul | 2006-01-03 14:37:22 -0600
Kill advice to use mysqlbug. (Instructions for using it
remain in the bug-reporting section, which now recommends
it only if you have no Web access.)
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-4.1/extending-mysql.xml
trunk/refman-4.1/installing.xml
trunk/refman-4.1/introduction.xml
trunk/refman-4.1/porting.xml
trunk/refman-4.1/problems.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.0/extending-mysql.xml
trunk/refman-5.0/installing.xml
trunk/refman-5.0/introduction.xml
trunk/refman-5.0/porting.xml
trunk/refman-5.0/problems.xml
trunk/refman-5.1/database-administration.xml
trunk/refman-5.1/extending-mysql.xml
trunk/refman-5.1/installing.xml
trunk/refman-5.1/introduction.xml
trunk/refman-5.1/porting.xml
trunk/refman-5.1/problems.xml
trunk/refman-common/credits.xml
trunk/refman-common/information-sources.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5787
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:5788
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1848
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-4.1/database-administration.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -247,7 +247,9 @@
<para>
The MySQL bug reporting script. It can be used to send a bug
- report to the MySQL mailing list. (You can also visit
+ report to the MySQL mailing list. This program
+is deprecated now. To file a bug report, please visit our online bugs database
+at
<ulink url="http://bugs.mysql.com/"/> to file a bug report
online. See <xref linkend="bug-reports"/>.)
</para>
@@ -13483,8 +13485,7 @@
and feel you must post the problem to the mailing list,
always provide a dump of the MySQL grant tables. You can
dump the tables with the <command>mysqldump mysql</command>
- command. As always, post your problem using the
- <command>mysqlbug</command> script. See
+ command. To file a bug report, see the instructions at
<xref linkend="bug-reports"/>. In some cases, you may need
to restart <command>mysqld</command> with
<option>--skip-grant-tables</option> to run
Modified: trunk/refman-4.1/extending-mysql.xml
===================================================================
--- trunk/refman-4.1/extending-mysql.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-4.1/extending-mysql.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -370,10 +370,8 @@
<listitem>
<para>
- Don't send a bug report before you have found out as much
- as possible of what when wrong! When you do it, please use
- the <command>mysqlbug</command> script so that we can get
- information about your system and MySQL version. See
+ Don't file a bug report before you have found out as much
+ as possible of what when wrong! See the instructions at
<xref linkend="bug-reports"/>.
</para>
</listitem>
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-4.1/installing.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -6788,16 +6788,8 @@
</itemizedlist>
<para>
- If you run into problems, <emphasis>please always use
- <command>mysqlbug</command></emphasis> when posting questions to a
- MySQL mailing list. Even if the problem is not a bug,
- <command>mysqlbug</command> gathers system information that helps
- others solve your problem. By not using
- <command>mysqlbug</command>, you lessen the likelihood of getting
- a solution to your problem. You can find
- <command>mysqlbug</command> in the <filename>bin</filename>
- directory after you unpack the distribution. See
- <xref linkend="bug-reports"/>.
+ If you run into problems and need to file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<indexterm>
@@ -7261,16 +7253,8 @@
</para>
<para>
- If you run into problems, <emphasis>please always use
- <command>mysqlbug</command></emphasis> when posting questions to a
- MySQL mailing list. Even if the problem is not a bug,
- <command>mysqlbug</command> gathers system information that helps
- others solve your problem. By not using
- <command>mysqlbug</command>, you lessen the likelihood of getting
- a solution to your problem. You can find
- <command>mysqlbug</command> in the <filename>scripts</filename>
- directory after you unpack the distribution. See
- <xref linkend="bug-reports"/>.
+ If you run into problems and need to file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<section id="quick-install">
@@ -7441,9 +7425,9 @@
please include any lines from
<filename>config.log</filename> that you think can help
solve the problem. Also include the last couple of lines of
- output from <command>configure</command>. Post the bug
- report using the <command>mysqlbug</command> script. See
- <xref linkend="bug-reports"/>.
+ output from <command>configure</command>.
+ To file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<para>
Modified: trunk/refman-4.1/introduction.xml
===================================================================
--- trunk/refman-4.1/introduction.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-4.1/introduction.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -164,11 +164,6 @@
<primary>mailing list address</primary>
</indexterm>
- <indexterm>
- <primary><command>mysqlbug</command> script</primary>
- <secondary>location</secondary>
- </indexterm>
-
<section id="manual-info">
<title>&title-manual-info;</title>
Modified: trunk/refman-4.1/porting.xml
===================================================================
--- trunk/refman-4.1/porting.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-4.1/porting.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -266,9 +266,8 @@
distribution, the first thing you should do is to configure
MySQL for debugging! (The second thing is to send mail to a
MySQL mailing list and ask for help. See
- <xref linkend="mailing-lists"/>. Please use the
- <command>mysqlbug</command> script for all bug reports or
- questions regarding the MySQL version you are using!
+ <xref linkend="mailing-lists"/>. If you believe that you have found
+ a bug, please use the instructions at <xref linkend="bug-reports"/>.
</para>
<para>
@@ -499,9 +498,8 @@
</programlisting>
<para>
- Include the above output in a mail generated with
- <command>mysqlbug</command> and mail this to the general MySQL
- mailing list. See <xref linkend="mailing-lists"/>.
+ Include the above output in a bug report, which you can file
+ using the instructions at <xref linkend="bug-reports"/>.
</para>
<para>
Modified: trunk/refman-4.1/problems.xml
===================================================================
--- trunk/refman-4.1/problems.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-4.1/problems.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -4016,9 +4016,8 @@
</programlisting>
<para>
- Post the test file using <command>mysqlbug</command> to the
- general MySQL mailing list. See
- <xref linkend="mailing-lists"/>.
+ Attach the test file to a bug report, which you can file using
+ the instructions at <xref linkend="bug-reports"/>.
</para>
</listitem>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.0/database-administration.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -250,7 +250,9 @@
<para>
The MySQL bug reporting script. It can be used to send a bug
- report to the MySQL mailing list. (You can also visit
+ report to the MySQL mailing list. This program
+is deprecated now. To file a bug report, please visit our online bugs database
+at
<ulink url="http://bugs.mysql.com/"/> to file a bug report
online. See <xref linkend="bug-reports"/>.)
</para>
@@ -15560,8 +15562,7 @@
and feel you must post the problem to the mailing list,
always provide a dump of the MySQL grant tables. You can
dump the tables with the <command>mysqldump mysql</command>
- command. As always, post your problem using the
- <command>mysqlbug</command> script. See
+ command. To file a bug report, see the instructions at
<xref linkend="bug-reports"/>. In some cases, you may need
to restart <command>mysqld</command> with
<option>--skip-grant-tables</option> to run
Modified: trunk/refman-5.0/extending-mysql.xml
===================================================================
--- trunk/refman-5.0/extending-mysql.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.0/extending-mysql.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -361,10 +361,8 @@
<listitem>
<para>
- Don't send a bug report before you have found out as much
- as possible of what when wrong! When you do it, please use
- the <command>mysqlbug</command> script so that we can get
- information about your system and MySQL version. See
+ Don't file a bug report before you have found out as much
+ as possible of what when wrong! See the instructions at
<xref linkend="bug-reports"/>.
</para>
</listitem>
Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.0/installing.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -6774,16 +6774,8 @@
</itemizedlist>
<para>
- If you run into problems, <emphasis>please always use
- <command>mysqlbug</command></emphasis> when posting questions to a
- MySQL mailing list. Even if the problem isn't a bug,
- <command>mysqlbug</command> gathers system information that helps
- others solve your problem. By not using
- <command>mysqlbug</command>, you decrease the likelihood of
- getting a solution to your problem. You can find
- <command>mysqlbug</command> in the <filename>bin</filename>
- directory after unpacking the distribution. See
- <xref linkend="bug-reports"/>.
+ If you run into problems and need to file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<indexterm>
@@ -7231,16 +7223,8 @@
</para>
<para>
- If you run into problems, <emphasis>please always use
- <command>mysqlbug</command></emphasis> when posting questions to a
- MySQL mailing list. Even if the problem is not a bug,
- <command>mysqlbug</command> gathers system information that helps
- others solve your problem. By not using
- <command>mysqlbug</command>, you decrease the likelihood of
- getting a solution to your problem. You can find
- <command>mysqlbug</command> in the <filename>scripts</filename>
- directory after unpacking the distribution. See
- <xref linkend="bug-reports"/>.
+ If you run into problems and need to file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<section id="quick-install">
@@ -7405,9 +7389,9 @@
please include any lines from
<filename>config.log</filename> that you think can help
solve the problem. Also include the last couple of lines of
- output from <command>configure</command>. Post the bug
- report using the <command>mysqlbug</command> script. See
- <xref linkend="bug-reports"/>.
+ output from <command>configure</command>.
+ To file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<para>
Modified: trunk/refman-5.0/introduction.xml
===================================================================
--- trunk/refman-5.0/introduction.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.0/introduction.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -148,11 +148,6 @@
<primary>mailing list address</primary>
</indexterm>
- <indexterm>
- <primary><command>mysqlbug</command> script</primary>
- <secondary>location</secondary>
- </indexterm>
-
<section id="manual-info">
<title>&title-manual-info;</title>
Modified: trunk/refman-5.0/porting.xml
===================================================================
--- trunk/refman-5.0/porting.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.0/porting.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -266,9 +266,8 @@
distribution, the first thing you should do is to configure
MySQL for debugging! (The second thing is to send mail to a
MySQL mailing list and ask for help. See
- <xref linkend="mailing-lists"/>. Please use the
- <command>mysqlbug</command> script for all bug reports or
- questions regarding the MySQL version you are using!
+ <xref linkend="mailing-lists"/>. If you believe that you have found
+ a bug, please use the instructions at <xref linkend="bug-reports"/>.
</para>
<para>
@@ -499,9 +498,8 @@
</programlisting>
<para>
- Include the above output in a mail generated with
- <command>mysqlbug</command> and mail this to the general MySQL
- mailing list. See <xref linkend="mailing-lists"/>.
+ Include the above output in a bug report, which you can file
+ using the instructions at <xref linkend="bug-reports"/>.
</para>
<para>
Modified: trunk/refman-5.0/problems.xml
===================================================================
--- trunk/refman-5.0/problems.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.0/problems.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -3976,9 +3976,8 @@
</programlisting>
<para>
- Post the test file using <command>mysqlbug</command> to the
- general MySQL mailing list. See
- <xref linkend="mailing-lists"/>.
+ Attach the test file to a bug report, which you can file using
+ the instructions at <xref linkend="bug-reports"/>.
</para>
</listitem>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.1/database-administration.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -250,7 +250,9 @@
<para>
The MySQL bug reporting script. It can be used to send a bug
- report to the MySQL mailing list. (You can also visit
+ report to the MySQL mailing list. This program
+is deprecated now. To file a bug report, please visit our online bugs database
+at
<ulink url="http://bugs.mysql.com/"/> to file a bug report
online. See <xref linkend="bug-reports"/>.)
</para>
@@ -15489,8 +15491,7 @@
and feel you must post the problem to the mailing list,
always provide a dump of the MySQL grant tables. You can
dump the tables with the <command>mysqldump mysql</command>
- command. As always, post your problem using the
- <command>mysqlbug</command> script. See
+ command. To file a bug report, see the instructions at
<xref linkend="bug-reports"/>. In some cases, you may need
to restart <command>mysqld</command> with
<option>--skip-grant-tables</option> to run
Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.1/extending-mysql.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -361,10 +361,8 @@
<listitem>
<para>
- Don't send a bug report before you have found out as much
- as possible of what when wrong! When you do it, please use
- the <command>mysqlbug</command> script so that we can get
- information about your system and MySQL version. See
+ Don't file a bug report before you have found out as much
+ as possible of what when wrong! See the instructions at
<xref linkend="bug-reports"/>.
</para>
</listitem>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.1/installing.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -6767,16 +6767,8 @@
</itemizedlist>
<para>
- If you run into problems, <emphasis>please always use
- <command>mysqlbug</command></emphasis> when posting questions to a
- MySQL mailing list. Even if the problem isn't a bug,
- <command>mysqlbug</command> gathers system information that helps
- others solve your problem. By not using
- <command>mysqlbug</command>, you decrease the likelihood of
- getting a solution to your problem. You can find
- <command>mysqlbug</command> in the <filename>bin</filename>
- directory after unpacking the distribution. See
- <xref linkend="bug-reports"/>.
+ If you run into problems and need to file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<indexterm>
@@ -7224,16 +7216,8 @@
</para>
<para>
- If you run into problems, <emphasis>please always use
- <command>mysqlbug</command></emphasis> when posting questions to a
- MySQL mailing list. Even if the problem is not a bug,
- <command>mysqlbug</command> gathers system information that helps
- others solve your problem. By not using
- <command>mysqlbug</command>, you decrease the likelihood of
- getting a solution to your problem. You can find
- <command>mysqlbug</command> in the <filename>scripts</filename>
- directory after unpacking the distribution. See
- <xref linkend="bug-reports"/>.
+ If you run into problems and need to file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<section id="quick-install">
@@ -7398,9 +7382,9 @@
please include any lines from
<filename>config.log</filename> that you think can help
solve the problem. Also include the last couple of lines of
- output from <command>configure</command>. Post the bug
- report using the <command>mysqlbug</command> script. See
- <xref linkend="bug-reports"/>.
+ output from <command>configure</command>.
+ To file a bug report, please use the
+ instructions at <xref linkend="bug-reports"/>.
</para>
<para>
Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.1/introduction.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -148,11 +148,6 @@
<primary>mailing list address</primary>
</indexterm>
- <indexterm>
- <primary><command>mysqlbug</command> script</primary>
- <secondary>location</secondary>
- </indexterm>
-
<section id="manual-info">
<title>&title-manual-info;</title>
Modified: trunk/refman-5.1/porting.xml
===================================================================
--- trunk/refman-5.1/porting.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.1/porting.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -266,9 +266,8 @@
distribution, the first thing you should do is to configure
MySQL for debugging! (The second thing is to send mail to a
MySQL mailing list and ask for help. See
- <xref linkend="mailing-lists"/>. Please use the
- <command>mysqlbug</command> script for all bug reports or
- questions regarding the MySQL version you are using!
+ <xref linkend="mailing-lists"/>. If you believe that you have found
+ a bug, please use the instructions at <xref linkend="bug-reports"/>.
</para>
<para>
@@ -499,9 +498,8 @@
</programlisting>
<para>
- Include the above output in a mail generated with
- <command>mysqlbug</command> and mail this to the general MySQL
- mailing list. See <xref linkend="mailing-lists"/>.
+ Include the above output in a bug report, which you can file
+ using the instructions at <xref linkend="bug-reports"/>.
</para>
<para>
Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-5.1/problems.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -3965,9 +3965,8 @@
</programlisting>
<para>
- Post the test file using <command>mysqlbug</command> to the
- general MySQL mailing list. See
- <xref linkend="mailing-lists"/>.
+ Attach the test file to a bug report, which you can file using
+ the instructions at <xref linkend="bug-reports"/>.
</para>
</listitem>
Modified: trunk/refman-common/credits.xml
===================================================================
--- trunk/refman-common/credits.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-common/credits.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -1785,7 +1785,7 @@
<para>
Not yet specified, but is flexible and can handle Linux and
- maybe HP-UX. tries to get user to use
+ maybe HP-UX. Tries to get user to use
<command>mysqlbug</command>.
</para>
</listitem>
Modified: trunk/refman-common/information-sources.xml
===================================================================
--- trunk/refman-common/information-sources.xml 2006-01-03 20:39:20 UTC (rev 655)
+++ trunk/refman-common/information-sources.xml 2006-01-03 20:39:55 UTC (rev 656)
@@ -587,15 +587,6 @@
<primary>bugs database</primary>
</indexterm>
- <indexterm type="concept">
- <primary><command>mysqlbug</command> script</primary>
- </indexterm>
-
- <indexterm type="concept">
- <primary>scripts</primary>
- <secondary><command>mysqlbug</command></secondary>
- </indexterm>
-
<para>
Before posting a bug report about a problem, please try to verify
that it is a bug and that it has not been reported already:
@@ -1136,6 +1127,15 @@
problem.
</para>
+ <indexterm type="concept">
+ <primary><command>mysqlbug</command> script</primary>
+ </indexterm>
+
+ <indexterm type="concept">
+ <primary>scripts</primary>
+ <secondary><command>mysqlbug</command></secondary>
+ </indexterm>
+
<para>
If you have no Web access and cannot report a bug by visiting
<ulink url="http://bugs.mysql.com/"/>, you can use the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r656 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 3 Jan |