Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258169 - Add USE flag "server" to dev-db/mysql
Summary: Add USE flag "server" to dev-db/mysql
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 17:50 UTC by Dmitriy Bogun
Modified: 2009-02-11 01:52 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 Dmitriy Bogun 2009-02-08 17:50:50 UTC
Is it possible to add USE flag "server" to package dev-db/mysql or client_only. I have used mysql with USE "minimal" and all was fine, before I was need to change connection charset.

Current ebuild(mysql.eclass) include following rule for minimal configuration
myconf="${myconf} --with-extra-charsets=none"
And now I was need to install complete mysql, this is very bad in my situation.

In ideal I need only command line client and libmycsqlclient* without limit on charsets.

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-02-11 01:52:40 UTC
No. USE=server has been vetoed many times before in Gentoo. It will not be introduced.

How about I add a variable you can override for the charsets?
MYSQL_CHARSETS:
if set by user, use.
if USE=minimal, defaults to none
if USE=-minimal, defaults to all