summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-12-06 00:42:21 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-12-06 00:42:21 +0000
commit6beff5532a04274b0d619242fa6dd6a3872c3381 (patch)
tree6ad580e6512bccaf2e3dc459e9f93a4ddac0193b /metadata
parentFinally revamp init scripts, based on bug #175783 submission from Davide Pesa... (diff)
downloadmysql-6beff5532a04274b0d619242fa6dd6a3872c3381.tar.gz
mysql-6beff5532a04274b0d619242fa6dd6a3872c3381.tar.bz2
mysql-6beff5532a04274b0d619242fa6dd6a3872c3381.zip
Add news file about MySQL init migration work.
Diffstat (limited to 'metadata')
-rw-r--r--metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt28
-rw-r--r--metadata/news/ChangeLog8
2 files changed, 36 insertions, 0 deletions
diff --git a/metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt b/metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt
new file mode 100644
index 0000000..6a45d49
--- /dev/null
+++ b/metadata/news/2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt
@@ -0,0 +1,28 @@
+Title: MySQL 5.1 init script revamp
+Author: Robin H. Johnson <robbat2@gentoo.org>
+Content-Type: text/plain
+Posted: 2010-12-31
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: <dev-db/mysql-init-init-scripts-1.99
+
+The MySQL init scripts are being revamped to handle more corner cases in MySQL
+usage, and migrate from the old mixed multi-instance to symlinked init
+instances instead.
+
+This does mean that you MUST review and merge the changes in the conf.d script
+to the new style. For each instance of the mysql_slot_* variable in your old
+/etc/conf.d/mysql, you should have a seperate /etc/conf.d/$FOO file, as well
+as making /etc/init.d/$FOO a symlink back to /etc/init.d/mysql.
+
+The following variables have moved:
+- MY_CNF (was 'mycnf' in mysql_slot_*)
+- STARTUP_TIMEOUT (was 'startup_timeout' in mysql_slot_*)
+- NICE (was 'nice' in the mysql_slot_* array)
+
+All other items from the mysql_slot_* variable array should be merged to form
+the new MY_ARGS variable.
+
+Lastly, the new init scripts allow more flexibility in init dependency
+ordering. Please see the rc_* variables in the new conf.d file for more
+details.
diff --git a/metadata/news/ChangeLog b/metadata/news/ChangeLog
new file mode 100644
index 0000000..c693dad
--- /dev/null
+++ b/metadata/news/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for news
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Dec 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +2010-12-31-mysql-init-revamp/2010-12-31-mysql-init-revamp.en.txt:
+ Add news file about MySQL init migration work.
+