]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/blob - perl-DBD-mysql-last_errno.patch
- silly patch to make v4.006 build
[packages/perl-DBD-mysql.git] / perl-DBD-mysql-last_errno.patch
1 --- DBD-mysql-4.006/dbdimp.c~   2007-12-11 21:41:50.000000000 +0000
2 +++ DBD-mysql-4.006/dbdimp.c    2008-03-02 16:18:30.667511220 +0000
3 @@ -2760,7 +2760,7 @@
4  
5        imp_sth->done_desc = 0;
6      }
7 -    (imp_dbh->mysql).net.last_errno= 0;
8 +/*  (imp_dbh->mysql).net.last_errno= 0;  */
9      return 1;
10    }
11  }
12 @@ -3362,7 +3362,7 @@
13    }
14  
15    /* fix from 2.9008 */
16 -  (imp_dbh->mysql).net.last_errno = 0;
17 +/*(imp_dbh->mysql).net.last_errno = 0;  */
18  
19  #if MYSQL_VERSION_ID >=SERVER_PREPARE_VERSION
20    if (imp_sth->use_server_side_prepare)
This page took 0.043587 seconds and 3 git commands to generate.