Subject: Re: pkg/37241 (Sugested patch for snort + MySQL)
To: None <adrianp@NetBSD.org, gnats-admin@netbsd.org,>
From: Adrian Portelli <adrianp@stindustries.net>
List: pkgsrc-bugs
Date: 11/09/2007 00:00:07
The following reply was made to PR pkg/37241; it has been noted by GNATS.

From: Adrian Portelli <adrianp@stindustries.net>
To: gnats-bugs@NetBSD.org
Cc: =?ISO-8859-1?Q?C=E9sar_Catri=E1n_Carre=F1o?= <ccatrian@eml.cc>
Subject: Re: pkg/37241 (Sugested patch for snort + MySQL)
Date: Thu, 08 Nov 2007 23:58:40 +0000

 snj@netbsd.org wrote:
 > Synopsis: Sugested patch for snort + MySQL
 > 
 > Responsible-Changed-From-To: pkg-manager->adrianp
 > Responsible-Changed-By: snj@netbsd.org
 > Responsible-Changed-When: Mon, 29 Oct 2007 14:51:36 +0000
 > Responsible-Changed-Why:
 > Over to maintainer.
 > 
 > 
 > 
 
 By the looks of it, this is a little more complex:
 
 1) auto-reconnect as detailed in the patch only became available in 5.0
 2) it was already enabled by default for mysql<=5.0.3
 3) MYSQL_OPT_RECONNECT only became available as of mysql>=5.0.13
 
 http://dev.mysql.com/doc/refman/5.0/en/auto-reconnect.html
 
 So this patch, in it's current from, will only work for mysql>=5.0.13.
 I'm happy to commit it as soon as I find a way of making sure it does
 not impact people running mysql<5.0.13.
 
 adrian.