]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/commitdiff
- silly patch to make v4.006 build
authorradek <radek@pld-linux.org>
Sun, 2 Mar 2008 16:38:51 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-mysql-last_errno.patch -> 1.1

perl-DBD-mysql-last_errno.patch [new file with mode: 0644]

diff --git a/perl-DBD-mysql-last_errno.patch b/perl-DBD-mysql-last_errno.patch
new file mode 100644 (file)
index 0000000..3872c03
--- /dev/null
@@ -0,0 +1,20 @@
+--- DBD-mysql-4.006/dbdimp.c~  2007-12-11 21:41:50.000000000 +0000
++++ DBD-mysql-4.006/dbdimp.c   2008-03-02 16:18:30.667511220 +0000
+@@ -2760,7 +2760,7 @@
+       imp_sth->done_desc = 0;
+     }
+-    (imp_dbh->mysql).net.last_errno= 0;
++/*  (imp_dbh->mysql).net.last_errno= 0;  */
+     return 1;
+   }
+ }
+@@ -3362,7 +3362,7 @@
+   }
+   /* fix from 2.9008 */
+-  (imp_dbh->mysql).net.last_errno = 0;
++/*(imp_dbh->mysql).net.last_errno = 0;  */
+ #if MYSQL_VERSION_ID >=SERVER_PREPARE_VERSION
+   if (imp_sth->use_server_side_prepare)
This page took 0.099875 seconds and 4 git commands to generate.