[Pkg-mysql-commits] r1000 - branches/sid-5.0/debian/patches
Norbert Tretkowski
nobse at alioth.debian.org
Thu Nov 15 14:46:09 UTC 2007
Author: nobse
Date: 2007-11-15 14:46:09 +0000 (Thu, 15 Nov 2007)
New Revision: 1000
Modified:
branches/sid-5.0/debian/patches/91_SECURITY_CVE-2007-5925.dpatch
Log:
Updated patch.
Modified: branches/sid-5.0/debian/patches/91_SECURITY_CVE-2007-5925.dpatch
===================================================================
--- branches/sid-5.0/debian/patches/91_SECURITY_CVE-2007-5925.dpatch 2007-11-15 14:30:55 UTC (rev 999)
+++ branches/sid-5.0/debian/patches/91_SECURITY_CVE-2007-5925.dpatch 2007-11-15 14:46:09 UTC (rev 1000)
@@ -5,9 +5,9 @@
## DP: No description.
@DPATCH@
-diff -ru innobase/include/db0err.h.orig innobase/include/db0err.h
---- innobase/include/db0err.h.orig 2007-07-04 16:06:59.000000000 +0300
-+++ innobase/include/db0err.h 2007-11-15 10:23:51.000000000 +0200
+diff -ru old/innobase/include/db0err.h new/innobase/include/db0err.h
+--- old/innobase/include/db0err.h 2007-07-04 16:06:59.000000000 +0300
++++ new/innobase/include/db0err.h 2007-11-15 10:23:51.000000000 +0200
@@ -57,6 +57,18 @@
buffer pool (for big transactions,
InnoDB stores the lock structs in the
@@ -27,9 +27,9 @@
/* The following are partial failure codes */
#define DB_FAIL 1000
-diff -ru innobase/include/page0cur.h.orig innobase/include/page0cur.h
---- innobase/include/page0cur.h.orig 2007-07-04 16:06:10.000000000 +0300
-+++ innobase/include/page0cur.h 2007-11-15 10:23:51.000000000 +0200
+diff -ru old/innobase/include/page0cur.h new/innobase/include/page0cur.h
+--- old/innobase/include/page0cur.h 2007-07-04 16:06:10.000000000 +0300
++++ new/innobase/include/page0cur.h 2007-11-15 10:23:51.000000000 +0200
@@ -22,6 +22,7 @@
/* Page cursor search modes; the values must be in this order! */
@@ -38,9 +38,9 @@
#define PAGE_CUR_G 1
#define PAGE_CUR_GE 2
#define PAGE_CUR_L 3
-diff -ru sql/ha_innodb.cc.orig sql/ha_innodb.cc
---- sql/ha_innodb.cc.orig 2007-07-04 16:06:48.000000000 +0300
-+++ sql/ha_innodb.cc 2007-11-15 10:25:55.000000000 +0200
+diff -ru old/sql/ha_innodb.cc new/sql/ha_innodb.cc
+--- old/sql/ha_innodb.cc 2007-07-04 16:06:48.000000000 +0300
++++ new/sql/ha_innodb.cc 2007-11-15 10:25:55.000000000 +0200
@@ -526,6 +526,9 @@
}
More information about the Pkg-mysql-commits
mailing list