Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 222279 - dev-db/mysql-5.0.54: install MySQL from portage with custom charset/collation
Summary: dev-db/mysql-5.0.54: install MySQL from portage with custom charset/collation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux MySQL bugs team
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-15 15:35 UTC by Alexey Vlasov
Modified: 2008-11-14 22:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Vlasov 2008-05-15 15:35:19 UTC
USE flags let compile MySQL only with chatset UTF-8 or latin1.
It's not quite convinient, as libmysqlclient.so is also compiled with such charset and you can't change the charset for it in my.cnf

It turns out that all other tools using libmysqlclient.so use either UTF-8 latin1, for example, mysqlclient in PHP.

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-05-29 02:45:02 UTC
Submit a suitable patch.
Comment 2 Alexey Vlasov 2008-09-15 12:29:33 UTC
How long should I wait for the patch?
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-11-14 01:45:10 UTC
I asked you to submit a patch for it.
Comment 4 Alexey Vlasov 2008-11-14 12:00:30 UTC
Robin,
I'm sorry, don't quite understand what you want from me - to make a patch and send it to you?
If I could make it myself I wouldn't have created this bug-report.
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-11-14 22:03:42 UTC
Our stock configuration with USE=-minimal, is to build every charset, and set the default to either utf8 or latin1.

I'll give you variables to change the defaults, but you MUST set both charset and collation, and you are required to rebuild without them set if you want to file bugs.
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-11-14 22:10:02 UTC
InCVS.
http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.99&
r2=1.100