packages: mysql/mysql-dubious-exports.patch - not all chunks needed to patch

glen glen at pld-linux.org
Thu Mar 31 18:19:35 CEST 2011


Author: glen                         Date: Thu Mar 31 16:19:35 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- not all chunks needed to patch

---- Files affected:
packages/mysql:
   mysql-dubious-exports.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/mysql/mysql-dubious-exports.patch
diff -u packages/mysql/mysql-dubious-exports.patch:1.2 packages/mysql/mysql-dubious-exports.patch:1.3
--- packages/mysql/mysql-dubious-exports.patch:1.2	Thu Mar 31 17:25:21 2011
+++ packages/mysql/mysql-dubious-exports.patch	Thu Mar 31 18:19:30 2011
@@ -68,36 +68,3 @@
  extern int is_prefix(const char *, const char *);
  
  /* Conversion routines */
---- mysql-5.5.9/sql/ha_ndbcluster.h~	2011-01-20 00:37:09.000000000 +0200
-+++ mysql-5.5.9/sql/ha_ndbcluster.h	2011-03-31 16:39:03.528050275 +0300
-@@ -28,7 +28,7 @@
- #endif
- 
- /* Blob tables and events are internal to NDB and must never be accessed */
--#define IS_NDB_BLOB_PREFIX(A) is_prefix(A, "NDB$BLOB")
-+#define IS_NDB_BLOB_PREFIX(A) mysql_is_prefix(A, "NDB$BLOB")
- 
- #include <NdbApi.hpp>
- #include <ndbapi_limits.h>
---- mysql-5.5.9/sql/ha_ndbcluster_binlog.h~	2011-01-20 00:37:09.000000000 +0200
-+++ mysql-5.5.9/sql/ha_ndbcluster_binlog.h	2011-03-31 16:39:17.212010376 +0300
-@@ -27,7 +27,7 @@
- typedef NdbDictionary::Dictionary  NDBDICT;
- typedef NdbDictionary::Event  NDBEVENT;
- 
--#define IS_TMP_PREFIX(A) (is_prefix(A, tmp_file_prefix))
-+#define IS_TMP_PREFIX(A) (mysql_is_prefix(A, tmp_file_prefix))
- 
- #define INJECTOR_EVENT_LEN 200
- 
---- mysql-5.5.9/strings/is_prefix.c~	2011-01-20 00:37:10.000000000 +0200
-+++ mysql-5.5.9/strings/is_prefix.c	2011-03-31 17:03:18.174663621 +0300
-@@ -24,7 +24,7 @@
- #include <my_global.h>
- #include "m_string.h"
- 
--int is_prefix(register const char *s, register const char *t)
-+int mysql_is_prefix(register const char *s, register const char *t)
- {
-   while (*t)
-     if (*s++ != *t++) return 0;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql-dubious-exports.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list