Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 09:40:00 +0100
From:      Ferruccio Vitale <ferruccio.vitale@tin.it>
To:        Derrick Edwards <dantavious@comcast.net>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: mysqlcc-0.9.4
Message-ID:  <128AC066-4F3E-11D9-947D-000393B296CE@tin.it>
In-Reply-To: <41C09514.2040909@comcast.net>
References:  <41C09514.2040909@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
>
Please apply this patch.

Regards,
Ferruccio

PS: I've already posted a PR


> --- CMySQL.cpp.orig	Sun Dec 14 00:10:44 2003
> +++ CMySQL.cpp	Wed Dec 15 13:54:39 2004
> @@ -451,7 +451,11 @@
>    if (!isConnected())
>      return false;
>
> +#if  ( MYSQL_VERSION_ID == 40103 ) || ( MYSQL_VERSION_ID == 50001 ) 
> || ( MYSQL_VERSION_ID == 40107 )
> +  if (mysql_shutdown(mysql,SHUTDOWN_DEFAULT) != 0)
> +#else
>    if (mysql_shutdown(mysql) != 0)
> +#endif
>    {
>      if (emiterror)
>        emitError();

On Dec 15, 2004, at 20:48, Derrick Edwards wrote:

>    Hi,
> I was wondering if there was a way that I could use mysqlcc and mysql 
> 4.1.7? I have 4.1.7 installed so mysqlcc errors out because it tries 
> to install 4.0.22. Is there workaround for this?
> Thanks for your assistance
> Dantavious
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?128AC066-4F3E-11D9-947D-000393B296CE>