[Pkg-mysql-commits] r1886 - mysql-dfsg-5.1/branches/unstable/debian/patches

Norbert Tretkowski nobse at alioth.debian.org
Thu Jun 17 19:13:47 UTC 2010


Author: nobse
Date: 2010-06-17 19:13:45 +0000 (Thu, 17 Jun 2010)
New Revision: 1886

Removed:
   mysql-dfsg-5.1/branches/unstable/debian/patches/10_sql_connect_build_fix.dpatch
Modified:
   mysql-dfsg-5.1/branches/unstable/debian/patches/00list
Log:
Drop patch.

Modified: mysql-dfsg-5.1/branches/unstable/debian/patches/00list
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/patches/00list	2010-06-17 17:48:39 UTC (rev 1885)
+++ mysql-dfsg-5.1/branches/unstable/debian/patches/00list	2010-06-17 19:13:45 UTC (rev 1886)
@@ -1,7 +1,6 @@
 01_MAKEFILES__Docs_Images_Makefile.in.dpatch
 01_MAKEFILES__Docs_Makefile.in.dpatch
 02_no_builtin_ndbcluster_plugin.dpatch
-10_sql_connect_build_fix.dpatch
 20_disabled_tests.dpatch
 33_scripts__mysql_create_system_tables__no_test.dpatch
 38_scripts__mysqld_safe.sh__signals.dpatch

Deleted: mysql-dfsg-5.1/branches/unstable/debian/patches/10_sql_connect_build_fix.dpatch
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/patches/10_sql_connect_build_fix.dpatch	2010-06-17 17:48:39 UTC (rev 1885)
+++ mysql-dfsg-5.1/branches/unstable/debian/patches/10_sql_connect_build_fix.dpatch	2010-06-17 19:13:45 UTC (rev 1886)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_sql_connect_build_fix.dpatch by Norbert Tretkowski <norbert at tretkowski.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: http://bugs.mysql.com/bug.php?id=53912
-
- at DPATCH@
-diff -Nur mysql-5.1.47.orig/sql/sql_connect.cc mysql-5.1.47/sql/sql_connect.cc
---- mysql-5.1.47.orig/sql/sql_connect.cc	2010-05-06 17:27:31.000000000 +0200
-+++ mysql-5.1.47/sql/sql_connect.cc	2010-05-22 11:38:52.132352572 +0200
-@@ -477,7 +477,9 @@
-         big packets indefinitely, this is a previously established behavior
-         that needs to be preserved as to not break backwards compatibility.
-       */
-+#if defined(MYSQL_SERVER) && !defined(EMBEDDED_LIBRARY)
-       thd->net.skip_big_packet= TRUE;
-+#endif
-       /* Ready to handle queries */
-       DBUG_RETURN(0);
-     }




More information about the Pkg-mysql-commits mailing list