[Pkg-mysql-commits] r1607 - in mysql-dfsg-5.1/branches/experimental/debian: . patches

Christian Hammers ch at alioth.debian.org
Fri Jul 3 22:39:15 UTC 2009


Author: ch
Date: 2009-07-03 22:39:14 +0000 (Fri, 03 Jul 2009)
New Revision: 1607

Added:
   mysql-dfsg-5.1/branches/experimental/debian/patches/50_mysql-test__db_test.dpatch
Modified:
   mysql-dfsg-5.1/branches/experimental/debian/README.Maintainer
   mysql-dfsg-5.1/branches/experimental/debian/changelog
   mysql-dfsg-5.1/branches/experimental/debian/patches/00list
Log:
  * Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
    It now passes 100% of the tests again.



Modified: mysql-dfsg-5.1/branches/experimental/debian/README.Maintainer
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/README.Maintainer	2009-07-03 07:36:27 UTC (rev 1606)
+++ mysql-dfsg-5.1/branches/experimental/debian/README.Maintainer	2009-07-03 22:39:14 UTC (rev 1607)
@@ -18,8 +18,7 @@
 # following Debian maintainers of MySQL.                                  #
 ###########################################################################
 
-The debian/ directory is under SVN control at
- svn+ssh://svn.debian.org/svn/pkg-mysql/branches/sid-5.1/debian
+The debian/ directory is under SVN control, see debian/control for URL.
 
 #
 # Preparing a new version

Modified: mysql-dfsg-5.1/branches/experimental/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/changelog	2009-07-03 07:36:27 UTC (rev 1606)
+++ mysql-dfsg-5.1/branches/experimental/debian/changelog	2009-07-03 22:39:14 UTC (rev 1607)
@@ -1,3 +1,12 @@
+mysql-dfsg-5.1 (5.1.36-0.1) experimental; urgency=low
+
+  * Ex-maintainer upload :)
+  * New upstream release. 
+  * Fixed mysql-test suite by adding 50_mysql-test__db_test.dpatch.
+    It now passes 100% of the tests again.
+
+ -- Christian Hammers <ch at debian.org>  Wed, 01 Jul 2009 20:54:58 +0200
+
 mysql-dfsg-5.1 (5.1.34-1) experimental; urgency=low
 
   * New upstream release.

Modified: mysql-dfsg-5.1/branches/experimental/debian/patches/00list
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/patches/00list	2009-07-03 07:36:27 UTC (rev 1606)
+++ mysql-dfsg-5.1/branches/experimental/debian/patches/00list	2009-07-03 22:39:14 UTC (rev 1607)
@@ -4,3 +4,4 @@
 38_scripts__mysqld_safe.sh__signals.dpatch
 41_scripts__mysql_install_db.sh__no_test.dpatch
 44_scripts__mysql_config__libs.dpatch
+50_mysql-test__db_test.dpatch

Added: mysql-dfsg-5.1/branches/experimental/debian/patches/50_mysql-test__db_test.dpatch
===================================================================
--- mysql-dfsg-5.1/branches/experimental/debian/patches/50_mysql-test__db_test.dpatch	                        (rev 0)
+++ mysql-dfsg-5.1/branches/experimental/debian/patches/50_mysql-test__db_test.dpatch	2009-07-03 22:39:14 UTC (rev 1607)
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_mysql-test__db_test.dpatch by Christian Hammers <ch at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Patch 33_scripts__mysql_create_system_tables__no_test removes the
+## DP: rights for anybody to connect to the test database but the test
+## DP: suite depends on them.
+
+ at DPATCH@
+
+--- old/mysql-test/mysql-test-run.pl	2009-06-16 14:24:09.000000000 +0200
++++ new/mysql-test/mysql-test-run.pl	2009-07-04 00:03:34.000000000 +0200
+@@ -2717,6 +2717,10 @@
+     mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
+                           $bootstrap_sql_file);
+ 
++    mtr_tofile($bootstrap_sql_file, "-- Debian removed the default privileges on the 'test' database\n");
++    mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES ('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
++    
++
+     # Add test data for timezone - this is just a subset, on a real
+     # system these tables will be populated either by mysql_tzinfo_to_sql
+     # or by downloading the timezone table package from our website


Property changes on: mysql-dfsg-5.1/branches/experimental/debian/patches/50_mysql-test__db_test.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-mysql-commits mailing list