Log of /eclass/mysql.eclass
Parent Directory
|
Revision Log
Revision
1.176 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 1 20:22:57 2012 UTC
(6 months, 3 weeks ago)
by
robbat2
Branch:
MAIN
Changes since
1.175: +77 -27 lines
Diff to
previous 1.175
Bug #392361: Fix mysql_install_db cases to work between all versions & variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log directories that must exist otherwise the install_db will fail.
Revision
1.175 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 27 16:35:41 2012 UTC
(7 months, 3 weeks ago)
by
axs
Branch:
MAIN
Changes since
1.174: +2 -2 lines
Diff to
previous 1.174
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Revision
1.172 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 23 10:57:15 2012 UTC
(10 months ago)
by
jmbsvicetto
Branch:
MAIN
Changes since
1.171: +2 -2 lines
Diff to
previous 1.171
Sync mysql and mysql-v2 eclasses from the mysql overlay.
Simplify ncurses dependency and update inherit to use git-2 eclass.
Revision
1.169
Mon Jan 9 10:40:20 2012 UTC
(16 months, 2 weeks ago)
by
grobian
Branch:
MAIN
Changes since
1.168: +1 -1 lines
FILE REMOVED
mysql eclasses from gx86 should be good to go now
Revision
1.167 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 6 21:32:48 2012 UTC
(16 months, 2 weeks ago)
by
jmbsvicetto
Branch:
MAIN
Changes since
1.166: +62 -54 lines
Diff to
previous 1.166
[mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and bug 388125.
Bumped required EAPI to 3 due to the prefix support.
Fix -userpriv detection - fixes bug 312809.
Revision
1.163 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 21 16:14:56 2011 UTC
(21 months ago)
by
jmbsvicetto
Branch:
MAIN
Changes since
1.162: +4 -2 lines
Diff to
previous 1.162
[eclass] Move virtual/yacc dependency so that it's not added to RDEPEND. Fixes bug 379937.
Revision
1.158 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 28 22:36:13 2011 UTC
(2 years, 1 month ago)
by
jmbsvicetto
Branch:
MAIN
Changes since
1.157: +2 -2 lines
Diff to
previous 1.157
Fix the ncurses dep as the stable versions don't have the static-libs use flag.
Revision
1.157 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Mar 26 23:44:43 2011 UTC
(2 years, 1 month ago)
by
jmbsvicetto
Branch:
MAIN
Changes since
1.156: +52 -12 lines
Diff to
previous 1.156
Ported the mysql.eclass from the overlay.
Ensure sys-libs/ncurses is built with static-libs if the static use flag is enabled - fixes bug 350844.
Add support for new engines on mariadb.
Fix building of pbxt engine on mariadb - fixes bug 351067.
Fix the eclass to allow the use of MYSQL_ROOT_PASSWORD and update the instructions about the options for authentication on pkg_config - fixes bug 356885.
Revision
1.154 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 28 20:46:11 2010 UTC
(2 years, 6 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.153: +5 -2 lines
Diff to
previous 1.153
Bug #336027: max-idx-128 broken by upstream presently, prevent it from corrupting user data.
Revision
1.149 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 20 23:52:51 2010 UTC
(2 years, 9 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.148: +32 -12 lines
Diff to
previous 1.148
Add MySQL-cluster support to the eclass. Ebuild not moving from overlay quite yet however.
Revision
1.148 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 9 19:29:49 2010 UTC
(2 years, 9 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.147: +13 -2 lines
Diff to
previous 1.147
Upstream changed mirror layout, and moved files to an archive site that is not mirrored.
Revision
1.145 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 27 05:45:55 2010 UTC
(3 years ago)
by
robbat2
Branch:
MAIN
Changes since
1.144: +122 -30 lines
Diff to
previous 1.144
Fix up MariaDB SRC_URI. Building for PBXT and XtraDB. Radically improve plugin handling.
Revision
1.144 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 1 20:36:39 2010 UTC
(3 years, 1 month ago)
by
robbat2
Branch:
MAIN
Changes since
1.143: +10 -4 lines
Diff to
previous 1.143
Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex 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.
Revision
1.143 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 25 20:58:31 2010 UTC
(3 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.142: +2 -1 lines
Diff to
previous 1.142
Bug #310787: If a user has default-storage-engine in their config, we need to override it during setup to create the internal mysql tables safely.
Revision
1.140 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 24 03:09:08 2010 UTC
(3 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.139: +54 -24 lines
Diff to
previous 1.139
Last commit in the latest round of mysql changes: pkg_config now checks for options before disabling them during setup to avoid more zealous error checking from upstream.
Revision
1.136 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 9 20:37:34 2010 UTC
(3 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.135: +12 -8 lines
Diff to
previous 1.135
Bug 307641: more fixes to SSL configure options. Also add community/profiling features to 5.1 properly and clean up a dead SSL configure codepath in configure_40_41_50.
Revision
1.135 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 3 23:57:13 2010 UTC
(3 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.134: +2 -2 lines
Diff to
previous 1.134
Bug #307641: Fix accidental default SSL implementation change of OpenSSL->YaSSL back to OpenSSL.
Revision
1.133 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 21 00:18:16 2010 UTC
(3 years, 3 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.132: +61 -29 lines
Diff to
previous 1.132
Import fixes from MySQL overlay:
- 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.
Revision
1.129 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 2 02:46:52 2010 UTC
(3 years, 3 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.128: +5 -3 lines
Diff to
previous 1.128
Update the 5.1 plugins list for innodb_plugin, and do not build the example engines.
Revision
1.125 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 31 05:00:43 2010 UTC
(3 years, 3 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.124: +9 -1 lines
Diff to
previous 1.124
Bug #290570, somewhere between 5.0.76 and 5.0.83, upstream made changes that require a fairly new GCC.
Revision
1.121 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 9 18:54:05 2009 UTC
(3 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.120: +4 -2 lines
Diff to
previous 1.120
Only offer IUSE=pbxt/xtradb IF the patches are available for the version in question.
Revision
1.120 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 9 18:46:53 2009 UTC
(3 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.119: +21 -2 lines
Diff to
previous 1.119
Add in initial support for Percona XtraDB for the new 5.1 ebuilds. Again thanks to jmbsvicetto (reformatted slightly).
Revision
1.119 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 9 18:45:46 2009 UTC
(3 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.118: +73 -12 lines
Diff to
previous 1.118
Add eclass documentation and clean up EAPI version checks, thanks to jmbsvicetto for the work.
Revision
1.117 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 19 18:22:44 2009 UTC
(3 years, 6 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.116: +3 -1 lines
Diff to
previous 1.116
For newer 5.1 series MySQL, community features are also available. Only turn on as of 5.1.28, as the config option was not available earlier (and caused a configure fail).
Revision
1.115 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 8 05:28:03 2009 UTC
(3 years, 8 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.114: +4 -1 lines
Diff to
previous 1.114
Bug #283926: GCC4.4 causes libmysqlclient users to potentially have bad behavior.
Revision
1.111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 6 18:21:18 2009 UTC
(3 years, 10 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.110: +41 -1 lines
Diff to
previous 1.110
Bug #212407: Allow for datadir that is changed by user to work better during pkg_config.
Revision
1.110 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 6 18:18:00 2009 UTC
(3 years, 10 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.109: +23 -5 lines
Diff to
previous 1.109
Update for community features being merged back into the main mysql tree as of version 5.0.82.
Revision
1.107 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 28 10:49:50 2009 UTC
(4 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.106: +5 -10 lines
Diff to
previous 1.106
Back in 2006 we updated 4.1 and 5.0 per upstreams request that InnoDB was always build. However 5.1 never got updated, so do it now.
Revision
1.106 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Feb 11 11:29:48 2009 UTC
(4 years, 3 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.105: +1 -4 lines
Diff to
previous 1.105
Bug #252732: A really really old problem from v1.1 of the eclass caused the 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.
Revision
1.102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 29 02:30:43 2008 UTC
(4 years, 5 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.101: +5 -5 lines
Diff to
previous 1.101
Move the hostname==localhost check from pkg_setup to pkg_config and src_test instead, to enable building in binpkg hosts more easily.
Revision
1.100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 14 22:07:03 2008 UTC
(4 years, 6 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.99: +13 -7 lines
Diff to
previous 1.99
Bug #222279 - add undocumented support for selection of default charset and collation values. It works, but consider yourself unsupported if you use it.
Revision
1.96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 29 19:35:51 2008 UTC
(4 years, 11 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.95: +2 -2 lines
Diff to
previous 1.95
Make FEATURES=-userpriv test non-fatal during pkg_setup, as portage always runs pkg_setup as root, so we cannot detect FEATURES=-userpriv by using UID.
Revision
1.91 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 29 03:15:12 2008 UTC
(4 years, 11 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.90: +3 -3 lines
Diff to
previous 1.90
Bug #187024. Test for what user we are instead of FEATURES=userpriv. MySQL tests WILL fail if we are root.
Revision
1.86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 9 21:13:22 2008 UTC
(5 years, 2 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.85: +17 -5 lines
Diff to
previous 1.85
Forcibly redo the patches every unpack, and also add support for grabbing them straight from the Git overlay, to speed up testing.
Revision
1.84 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 16 04:01:14 2008 UTC
(5 years, 4 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.83: +2 -3 lines
Diff to
previous 1.83
Use --without-readline when building the minimal version as so not to use the bundled old readline, per bug #192149.
Revision
1.80 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 11 08:18:03 2007 UTC
(5 years, 10 months ago)
by
robbat2
Branch:
MAIN
Changes since
1.79: +3 -3 lines
Diff to
previous 1.79
Bug #88360, static builds need to have PIC some pick stuff for when dynamic files are built against them.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 11 08:25:11 2007 UTC
(6 years ago)
by
robbat2
Branch:
MAIN
Changes since
1.77: +3 -1 lines
Diff to
previous 1.77
Bug #143516, we used to install the infodoc, and users want it back. If you do not want info, you should look at INSTALL_MASK.
Revision
1.75 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 25 18:22:37 2007 UTC
(6 years, 1 month ago)
by
robbat2
Branch:
MAIN
Changes since
1.74: +23 -23 lines
Diff to
previous 1.74
Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment already contains it, per bug #174755.
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 3 13:42:05 2007 UTC
(6 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.53: +94 -84 lines
Diff to
previous 1.53
apply some indentation to make next patch less invasive, still no functional changes
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 20 14:44:01 2006 UTC
(6 years, 7 months ago)
by
chtekk
Branch:
MAIN
Changes since
1.38: +54 -47 lines
Diff to
previous 1.38
General cleanup in preparation of 5.1, fixup some stuff, sync to old behaviour.
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 20 12:56:30 2006 UTC
(6 years, 7 months ago)
by
vivo
Branch:
MAIN
Changes since
1.36: +186 -8 lines
Diff to
previous 1.36
Porting changes from overlay step 1 of 2:
- added function that will be called by mysql_src_unpack without actually
call them.
- reformatting some rows to make them shorter than 80 chars
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 12 21:15:17 2006 UTC
(7 years, 1 month ago)
by
chtekk
Branch:
MAIN
Changes since
1.28: +8 -10 lines
Diff to
previous 1.28
Fix unneeded $ char in libdir and default back to utf8 for MySQL 5.X, as it should.
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 10 21:35:55 2006 UTC
(7 years, 1 month ago)
by
vivo
Branch:
MAIN
Changes since
1.26: +4 -3 lines
Diff to
previous 1.26
fix Bug #128713 dev-db/mysql: Query Logging Bypass Vulnerability (CVE-2006-0903)
Raphael Marichez has ported the upstream patch to 4.1.14, thanks!
Revision
1.21 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 3 01:33:07 2006 UTC
(7 years, 2 months ago)
by
vivo
Branch:
MAIN
Changes since
1.20: +60 -81 lines
Diff to
previous 1.20
- added $MY_EXTRAS_VER to control version of mysql-extras to download
- added "embedded" use flag, control the install of ebedded server libs.
- added "raid" use flag (5.0 only), raid is deprecated and this use should
stay disabled, upstream removed support for raid in MySQL 5.1
- fix Bug 111073 mysql configure fails to locate zlib on multilib 64-bit
systems.
thanks to all the bug writers for the fix-
- adopted "eautoreconf" instead of the previous complex combinations of
autotools programs, thanks flameeyes for the suggestion.
- a pair of steps in the direction of un-slotting MySQL
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 24 19:14:00 2006 UTC
(7 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.7: +77 -17 lines
Diff to
previous 1.7
added support for GLEP20
new logrotate file and my.cnf
removed support for utf8 flag
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 15 13:26:51 2006 UTC
(7 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.6: +4 -4 lines
Diff to
previous 1.6
"mysql-extras-20060115" add furter fixes to "mysql_config" (>=5.0)
reversed logic for berkdb reconfigure
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 14 19:00:32 2006 UTC
(7 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.5: +7 -6 lines
Diff to
previous 1.5
upgraded patch tarball, better management for client packages that will need to compile against mysql
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 8 23:29:20 2006 UTC
(7 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.4: +41 -26 lines
Diff to
previous 1.4
mozextension.eclass, replace spaces with tab, hope their dev will not kill me
mysql.eclass, latest eselect compatibility changes, final refinition to be effectively tested
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 7 16:43:39 2006 UTC
(7 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.3: +44 -22 lines
Diff to
previous 1.3
- Removed security measure KEYWORDS=".*"
- Add depend on new app-admin/eselect-mysql
- Add einfo to suggest eselect-mysql use
- removed unneded grep
- Hide a list of files to symlink (to be used with eselect-mysql)
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 4 20:37:38 2006 UTC
(7 years, 4 months ago)
by
vivo
Branch:
MAIN
Changes since
1.2: +4 -2 lines
Diff to
previous 1.2
moved fill_help_tables.sql-5.0.15 to fill_help_tables.sqlto be used by emerge --config
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|