FreeBSD Port: mysqlcc-0.9.4

Ferruccio Vitale ferruccio.vitale at tin.it
Thu Dec 16 00:39:38 PST 2004


>
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
>



More information about the freebsd-ports mailing list