In Gentoo, what is the difference between mysql, mysql-community, and mysql compiled with --enable-community-features?

link|improve this question

67% accept rate
What do the docs and/or MySQL web site say about it? – John Gardeniers Oct 28 '09 at 6:52
@John Gardeniers: I couldn't find anything relevant. Hence asking the question. – etheros Oct 29 '09 at 15:11
feedback

1 Answer

up vote 1 down vote accepted

This split just reflects MySQL's confusing naming. Check out their change history for 5.0 to see what happened.

The latest versions are all in "mysql" so unless you need a previous version, you'll just want to emerge mysql with the "community" flag.

link|improve this answer
Cheers. Any ideas on what the community flag enables? – etheros Oct 29 '09 at 15:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.