Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2014-09-12 15:25:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2014-08-28 
21:05:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes     2014-09-12 
15:25:22.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep  3 12:26:08 UTC 2014 - kstreit...@novell.com
+
+- bnc#894479: fix URL (changed from "http://www.mariab.org"; to 
+             "https://www.mariadb.org";) 
+- README.SuSE renamed to README.SUSE
+
+-------------------------------------------------------------------

Old:
----
  README.SuSE

New:
----
  README.SUSE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.7XWx4c/_old  2014-09-12 15:25:23.000000000 +0200
+++ /var/tmp/diff_new_pack.7XWx4c/_new  2014-09-12 15:25:23.000000000 +0200
@@ -43,14 +43,14 @@
 Version:        10.0.13
 Release:        0
 %define srv_vers 5.6.17
-Url:            http://www.mariab.org
+Url:            https://www.mariadb.org
 Source:         mariadb-%{version}.tar.bz2
 Source2:        baselibs.conf
 Source3:        README.debug
 Source4:        suse-test-run
 Source5:        mysql.SuSEfirewall2
 Source7:        README.install
-Source8:        README.SuSE
+Source8:        README.SUSE
 Source9:        mysql-patches.tar.bz2
 Source10:       build.inc
 Source11:       install.inc
@@ -388,7 +388,7 @@
 
 %prep
 %setup -q -n mariadb-%{version} -D -a 9
-cp %_sourcedir/README.SuSE .
+cp %_sourcedir/README.SUSE .
 cp %_sourcedir/suse-test-run .
 # apply patches from series
 mysql-patches/tools/quilt-setup.sh  "%{S:12}"

++++++ README.SUSE ++++++
Notes about MySQL 5.1 package:
==============================

With MySQL 5.1 package we introduced some changes you may like to know. Most of
them will affect you only if you are upgrading from previous version and you
did some changes to your configuration.

1) Plugins:
===========

One of the new features in MySQL 5.1 is support for plugins. So some of the
storage engines are now shipped like that. You can use following plugins:

 - archive
 - blackhole
 - federated
 - example

InnoDB is still compiled as internal part of MySQL. If you are upgrading from
version 5.0 or if this is your first installation of MySQL 5.1, all plugins
will be enabled by default and you can disable them manually later (see
http://dev.mysql.com/doc/refman/5.1/en/uninstall-plugin.html).

With this change you need to remove skip-federated option from your my.cnf file
if you have changed it manually. This option was there by default in previous
versions of MySQL.

2) File locations:
==================

There were some changes in files locations. Most of them were made in the
default configuration file so if you are experiencing problems and you have
made some manual adjustments to your /etc/my.cnf, try to merge this file with
/etc/my.cnf.rpmnew.

File locations changes:
 - MySQL socket file and pid file were moved from /var/lib/mysql to more
   reasonable location ( /var/run/mysql ) by default.
 - MySQL log files are in /var/log/mysql.

3) BerkeleyDB:
==============

MySQL no longer contains BerkeleyDB as storage engine. There is no fix for that
and if you used it before, you have to migrate your data to different storage
engine BEFORE updating. This can be done for example using following command:

        ALTER TABLE foo ENGINE = INNODB;

4) MySQL Upgrade Log
====================

If you missed messages displayed during automatic MySQL database upgrade, you
can find them from now on in

        /var/log/mysql/mysqld-upgrade.log

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to