diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-16 19:53:47 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-04-25 21:25:19 +0100 |
commit | 2aa505375ad8a055a35a303c9ebf3abe14c38969 (patch) | |
tree | b459db1d90d5ddc2c76daa01e6e46e5a76a98eba /gentoobrowse-api/unittests/fixtures/756569aa764177340726dd3d40b41d89b11b20c7/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt | |
parent | Script files are deps, not args (diff) | |
download | gentoobrowse-api-2aa505375ad8a055a35a303c9ebf3abe14c38969.tar.bz2 gentoobrowse-api-2aa505375ad8a055a35a303c9ebf3abe14c38969.tar.xz gentoobrowse-api-2aa505375ad8a055a35a303c9ebf3abe14c38969.zip |
Package up some real sample data
Diffstat (limited to 'gentoobrowse-api/unittests/fixtures/756569aa764177340726dd3d40b41d89b11b20c7/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt')
-rw-r--r-- | gentoobrowse-api/unittests/fixtures/756569aa764177340726dd3d40b41d89b11b20c7/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gentoobrowse-api/unittests/fixtures/756569aa764177340726dd3d40b41d89b11b20c7/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt b/gentoobrowse-api/unittests/fixtures/756569aa764177340726dd3d40b41d89b11b20c7/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt new file mode 100644 index 0000000..f0feef1 --- /dev/null +++ b/gentoobrowse-api/unittests/fixtures/756569aa764177340726dd3d40b41d89b11b20c7/metadata/news/2014-08-20-mysql_5_5_upgrade_procedures/2014-08-20-mysql_5_5_upgrade_procedures.en.txt @@ -0,0 +1,31 @@ +Title: MySQL 5.5 upgrade procedures +Author: Brian Evans <grknight@gentoo.org> +Content-Type: text/plain +Posted: 2014-08-20 +Revision: 1 +News-Item-Format: 1.0 +Display-If-Installed: <dev-db/mysql-5.5 + +MySQL 5.5 is now stable across all arches. The upgrade process +will require you to rebuild everything linked to +libmysqlclient.so.16 and libmysqlclient_r.so.16. + +This may be done for you by portage with 'emerge @preserved-rebuild'. + +A small number of libraries may not be automatically rebuilt against +the new MySQL libraries using preserved-rebuild. If you have +difficulties with packages not finding the new libraries, install +app-portage/gentoolkit and run: +# revdep-rebuild --library libmysqlclient.so.16 +# revdep-rebuild --library libmysqlclient_r.so.16 + +The official upgrade documentation is available here: +http://dev.mysql.com/doc/refman/5.5/en/upgrading.html + +Please be sure to review the upgrade document for any possible actions +necessary before and after the upgrade. This includes running +mysql_upgrade after the upgrade completion. + +Due to security flaws, MySQL 5.1 will be hard masked in 30 days after +this news item is posted. It will remain masked in the tree for +3 months before removal. |