Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2004 20:20:23 GMT
From:      "Brent B. Powers" <bbp2006@columbia.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/68288: p5-DBD-mysql broken with mysql 4.1.2
Message-ID:  <200406242020.i5OKKMNl025012@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/68288; it has been noted by GNATS.

From: "Brent B. Powers" <bbp2006@columbia.edu>
To: freebsd-gnats-submit@FreeBSD.org, powers-freebsd@b2pi.com
Cc:  
Subject: Re: ports/68288: p5-DBD-mysql broken with mysql 4.1.2
Date: Thu, 24 Jun 2004 16:10:48 -0400

 Hacky patch found.
 ################ Begin patch
 # diff -c3 mysql.xs.hold mysql.xs
 *** mysql.xs.hold       Fri Oct 17 13:20:50 2003
 --- mysql.xs    Thu Jun 24 16:09:56 2004
 ***************
 *** 14,19 ****
 --- 14,21 ----
   #include "dbdimp.h"
   #include "constants.h"
 
 + #define net_buffer_length (*mysql_get_parameters()->p_net_buffer_length)
 +
 
   DBISTATE_DECLARE;
 
 ######### End patch
 
 --
 Brent B. Powers
 Manager, Information Technology
 Department of Pathology
 Columbia University
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406242020.i5OKKMNl025012>