List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:January 3 2008 1:29pm
Subject:bk commit into 5.0 tree (jperkin:1.2590) BUG#29716
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jperkin.  When jperkin does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-01-03 12:29:44+00:00, jperkin@stripped +1 -0
  Refer to http://bugs.mysql.com/ instead of the obsolete mysqlbug script,
  fixing bug#29716.

  scripts/mysql_install_db.sh@stripped, 2008-01-03 12:24:00+00:00,
jperkin@stripped +4 -3
    Refer to http://bugs.mysql.com/ instead of the obsolete mysqlbug script.

diff -Nrup a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
--- a/scripts/mysql_install_db.sh	2007-12-10 11:01:59 +00:00
+++ b/scripts/mysql_install_db.sh	2008-01-03 12:24:00 +00:00
@@ -399,7 +399,7 @@ then
       echo "cd mysql-test ; perl mysql-test-run.pl"
       echo
     fi
-    echo "Please report any problems with the @scriptdir@/mysqlbug script!"
+    echo "Please report any problems at http://bugs.mysql.com"
     echo
     echo "The latest information about MySQL is available on the web at"
     echo "http://www.mysql.com"
@@ -427,7 +427,8 @@ else
   echo "Please consult the MySQL manual section: 'Problems running mysql_install_db',"
   echo "and the manual section that describes problems on your OS."
   echo "Another information source is the MySQL email archive."
-  echo "Please check all of the above before mailing us!"
-  echo "And if you do mail us, you MUST use the @scriptdir@/mysqlbug script!"
+  echo
+  echo "Please check all of the above before submitting a bug report"
+  echo "at http://bugs.mysql.com"
   exit 1
 fi
Thread
bk commit into 5.0 tree (jperkin:1.2590) BUG#29716Jonathan Perkin3 Jan