summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2005-11-19 03:58:41 +0000
committerFrancesco Riosa <vivo@gentoo.org>2005-11-19 03:58:41 +0000
commitb1a0dc8a4c297ce51c76ef7464e49df88713988a (patch)
tree16b8861e576cfd60901d1cf73abd5828acbf00c7 /dev-db/mysql/ChangeLog
parentStable on x86; bug #111916 (diff)
downloadgentoo-2-b1a0dc8a4c297ce51c76ef7464e49df88713988a.tar.gz
gentoo-2-b1a0dc8a4c297ce51c76ef7464e49df88713988a.tar.bz2
gentoo-2-b1a0dc8a4c297ce51c76ef7464e49df88713988a.zip
new slotted enabled start scripts, see ChangeLog
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'dev-db/mysql/ChangeLog')
-rw-r--r--dev-db/mysql/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 89fa8c54ce68..15f4ea41d24c 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,21 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.260 2005/11/06 16:26:17 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.261 2005/11/19 03:58:40 vivo Exp $
+
+ 19 Nov 2005; Francesco Riosa <vivo@gentoo.org> +files/mysql-slot.conf.d,
+ +files/mysql-slot.rc6:
+ These two are born for slotted MySQL, however they work as is on normal MySQL
+ installations too. (require my_print_defaults)
+ Features added or changed
+ - Not using mysqld_safe anymore
+ - preparsing of my.cnf file, all options outed at startup
+ - (possible to) override my.cnf option from conf.d/mysql
+ - Start multiple server with different config files
+ - using new svc "--nicelevel" option, nice level may be specified on per
+ server basis
+ - stronger error handling
+ - some new warnings
+ - slotted mysql management
06 Nov 2005; Jason Wever <weeve@gentoo.org> mysql-5.0.15.ebuild:
Added ~sparc keyword.