From blaz@titanic.medinet.si  Tue Jan 31 13:06:31 2006
Return-Path: <blaz@titanic.medinet.si>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D834616A422;
	Tue, 31 Jan 2006 13:06:28 +0000 (GMT)
	(envelope-from blaz@titanic.medinet.si)
Received: from titanic.medinet.si (titanic.medinet.si [212.18.42.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4248443D48;
	Tue, 31 Jan 2006 13:06:28 +0000 (GMT)
	(envelope-from blaz@titanic.medinet.si)
Received: from titanic.medinet.si (localhost [127.0.0.1])
	by titanic.medinet.si (8.13.3/8.13.3) with ESMTP id k0VD6QXZ076891;
	Tue, 31 Jan 2006 14:06:26 +0100 (CET)
	(envelope-from blaz@titanic.medinet.si)
Received: (from blaz@localhost)
	by titanic.medinet.si (8.13.3/8.13.3/Submit) id k0VD6P4O076890;
	Tue, 31 Jan 2006 14:06:25 +0100 (CET)
	(envelope-from blaz)
Message-Id: <200601311306.k0VD6P4O076890@titanic.medinet.si>
Date: Tue, 31 Jan 2006 14:06:25 +0100 (CET)
From: Blaz Zupan <blaz@si.FreeBSD.org>
Reply-To: Blaz Zupan <blaz@si.FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ale@freebsd.org
Subject: mysql41-client broken with non-default character set
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92604
>Category:       ports
>Synopsis:       mysql41-client broken with non-default character set
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 31 13:10:02 GMT 2006
>Closed-Date:    Sun May 17 10:58:56 UTC 2009
>Last-Modified:  Sun May 17 10:58:56 UTC 2009
>Originator:     Blaz Zupan
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:

	
>Description:

The databases/mysql41-client and probably databases/mysql50-client don't
work correctly on a machine where only the client port is installed and you
set the character set with WITH_CHARSET and/or WITH_XCHARSET.

>How-To-Repeat:

Install databases/mysql41-server on a server and databases/mysql41-client on
the client machines. Both should be compiled with WITH_CHARSET=latin2 and
WITH_XCHARSET=all. Try to run a query on the client by connecting to the
server. Here is an example notice from a PHP script running on the client:

Warning: mysql_connect() [function.mysql-connect]: Can't initialize
character set latin2 (path: /usr/local/share/mysql/charsets/) in
somescript.php on line 16

>Fix:

Temporary workaround is to install the mysql41-server port on the client
machine. The correct fix is to move the installation of
/usr/local/share/mysql/charsets from mysql41-server to mysql41-client.
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Tue Jan 31 21:32:08 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92604 
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 31 21:32:20 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92604 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sun May 17 10:49:09 UTC 2009 
State-Changed-Why:  
Is this still an issue particularly in 50,51,60 ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92604 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun May 17 10:58:56 UTC 2009 
State-Changed-Why:  
submitter mail reject. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92604 
>Unformatted:

Is this still an issue particularly in 50,51,60 ?
(3yrs later)
