summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug #318851: USE=cluster also needs the partition engine support in 5.1.46.Robin H. Johnson2010-05-131-3/+4
|
* Fix up MariaDB SRC_URI. Building for PBXT and XtraDB. Radically improve ↵Robin H. Johnson2010-04-271-30/+122
| | | | plugin handling.
* Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex ↵Robin H. Johnson2010-04-011-4/+10
| | | | locking code was changed a lot again, so that while 5.0.84 required a newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT need those GCC versions anymore. This also frees up ~hppa to do more stabilization.
* Bug #310787: If a user has default-storage-engine in their config, we need ↵Robin H. Johnson2010-03-251-1/+2
| | | | to override it during setup to create the internal mysql tables safely.
* Bug #303555: mysql-community users should switch to dev-db/mysql properly.Robin H. Johnson2010-03-241-1/+4
|
* Bug #278633: add in support for mysql root password from secure config file.Robin H. Johnson2010-03-241-1/+5
|
* Last commit in the latest round of mysql changes: pkg_config now checks for ↵Robin H. Johnson2010-03-241-24/+54
| | | | options before disabling them during setup to avoid more zealous error checking from upstream.
* Comment about which engines are meant to be built in.Robin H. Johnson2010-03-151-1/+2
|
* Bug #308491: Fix PBXT install location and econf usage.Robin H. Johnson2010-03-151-4/+3
|
* Merge Overlay changes for MariaDB.Robin H. Johnson2010-03-151-40/+94
|
* Bug 307641: more fixes to SSL configure options. Also add ↵Robin H. Johnson2010-03-091-8/+12
| | | | community/profiling features to 5.1 properly and clean up a dead SSL configure codepath in configure_40_41_50.
* Bug #307641: Fix accidental default SSL implementation change of ↵Robin H. Johnson2010-03-031-2/+2
| | | | OpenSSL->YaSSL back to OpenSSL.
* Fixup more pbxt and xtradb issues, and try to fix dodoc QA.Robin H. Johnson2010-02-271-16/+19
|
* Import fixes from MySQL overlay:Robin H. Johnson2010-02-211-29/+61
| | | | | | | | | | | - mysql-cluster warning for NDB support moving per upstream - QA fixes per bug #305873: - Update some 5.1 configure flags that have changed - Correct USE of pbxt/xtradb to avoid QA warnings - USE=test controls installing tests for end-user usage - -fPIC fixes for innodb_plugin - consistent test location. - COPYING doc.
* Missed a commit to the eclass.Robin H. Johnson2010-02-021-4/+9
|
* Disable debug line.Robin H. Johnson2010-02-021-2/+2
|
* Refactor innodb/falcon stuff.Robin H. Johnson2010-02-021-7/+7
|
* Update the 5.1 plugins list for innodb_plugin, and do not build the example ↵Robin H. Johnson2010-02-021-3/+5
| | | | engines.
* adjust mysql.eclass to support 5.4/5.5Hanno Boeck2010-02-011-3/+3
|
* Fixup disabling tests for 5.1 and also gcc-version usage.Robin H. Johnson2010-02-011-7/+38
|
* Fix QA warning: "EXPORT_FUNCTIONS is called before inherit in mysql.eclass."Robin H. Johnson2010-01-311-12/+12
|
* Bug #290570, somewhere between 5.0.76 and 5.0.83, upstream made changes that ↵Robin H. Johnson2010-01-311-1/+9
| | | | require a fairly new GCC.
* Add an extra backup location for the mysql-extras tarballs.Robin H. Johnson2010-01-311-2/+3
|
* Fix paste typo.Robin H. Johnson2009-12-101-2/+2
|
* Unpack/compile support for xtradb.Robin H. Johnson2009-12-091-4/+26
|
* Only offer IUSE=pbxt/xtradb IF the patches are available for the version in ↵Robin H. Johnson2009-12-091-2/+4
| | | | question.
* Add in initial support for Percona XtraDB for the new 5.1 ebuilds. Again ↵Robin H. Johnson2009-12-091-3/+22
| | | | thanks to jmbsvicetto (reformatted slightly).
* Add eclass documentation and clean up EAPI version checks, thanks to ↵Robin H. Johnson2009-12-091-12/+73
| | | | jmbsvicetto for the work.
* adjust mysql eclass for mysql 5.4Hanno Boeck2009-11-191-1/+3
|
* For newer 5.1 series MySQL, community features are also available. Only turn ↵Robin H. Johnson2009-11-191-1/+3
| | | | on as of 5.1.28, as the config option was not available earlier (and caused a configure fail).
* whitespaceMarkus Meier2009-10-111-3/+3
|
* Bug #283926: GCC4.4 causes libmysqlclient users to potentially have bad ↵Robin H. Johnson2009-09-081-1/+4
| | | | behavior.
* EXPORT_FUNCTIONS goes after inherit.Robin H. Johnson2009-07-061-3/+3
|
* IUSE defaults for mysql.eclass.Robin H. Johnson2009-07-061-22/+23
|
* Take mysql.eclass into the realm of EAPI2.Robin H. Johnson2009-07-061-5/+47
|
* Bug #212407: Allow for datadir that is changed by user to work better during ↵Robin H. Johnson2009-07-061-1/+41
| | | | pkg_config.
* Update for community features being merged back into the main mysql tree as ↵Robin H. Johnson2009-07-061-5/+23
| | | | of version 5.0.82.
* BitKeeper is long dead.Robin H. Johnson2009-02-281-92/+4
|
* Newer patchset.Robin H. Johnson2009-02-281-2/+2
|
* Back in 2006 we updated 4.1 and 5.0 per upstreams request that InnoDB was ↵Robin H. Johnson2009-02-281-10/+5
| | | | always build. However 5.1 never got updated, so do it now.
* Bug #252732: A really really old problem from v1.1 of the eclass caused the ↵Robin H. Johnson2009-02-111-4/+1
| | | | original my_config.h to be preserved always instead of being overwritten. If you had an old header with the atomic.h problem, this means it never went away.
* Add useful output to track progress of install.Robin H. Johnson2009-02-111-1/+8
|
* Fix PDEPEND for build order.Robin H. Johnson2009-02-111-2/+5
|
* whitespaceMarkus Meier2009-01-121-3/+3
|
* Move the hostname==localhost check from pkg_setup to pkg_config and src_test ↵Robin H. Johnson2008-11-291-5/+5
| | | | instead, to enable building in binpkg hosts more easily.
* Disable some parts of SSP per bug #246652 with GCC3 as they cause NDB failures.Robin H. Johnson2008-11-201-1/+7
|
* Bug #222279 - add undocumented support for selection of default charset and ↵Robin H. Johnson2008-11-141-7/+13
| | | | collation values. It works, but consider yourself unsupported if you use it.
* Bug #187642 - community-specific features.Robin H. Johnson2008-11-141-1/+5
|
* Bug #224067 - disable berkdb now for all mysql builds >=5.0.60.Robin H. Johnson2008-11-141-3/+10
|
* Fix to work with libtool-2.2. Thanks to loki_val in bug #230271.Petteri Räty2008-10-161-1/+8
|