Commit Graph

97 Commits

Author SHA1 Message Date
39962eadb8 Merge branch '3.1' into 3.2 2015-10-09 09:59:26 +02:00
d5a403e76a mysql: explicit specify --pid-file in rc script 2015-10-07 11:51:46 +02:00
Fredrik Rinnestam
e55b07395c Merge branch '3.1' into 3.2 2015-10-04 12:24:58 +02:00
6e706200ab mysql: update to 5.6.27 2015-10-03 15:39:49 +02:00
c725f43196 Merge branch '3.1' into 3.2 2015-07-28 13:31:34 +02:00
52e1c63224 mysql: update to 5.6.26 2015-07-27 10:01:33 +02:00
Fredrik Rinnestam
f346ca53a4 Merge branch '3.1' into 3.2 2015-06-30 00:20:39 +02:00
0bbce585ca [notify] mysql: minor structural changes
- location of pid-file changed from /var/run to directory
  /var/run/mysql which is owned by mysql:mysql
- added new directoy /var/log/mysql owned by mysql:mysql which
  can be used to log queries
- logging of queries is now longer enabled in /etc/my.cnf
- error messages are logged to /var/log/mysqld.log

Note:
rejmerge /etc/my.conf to avoid problems due to the above changes
2015-06-29 15:35:17 +02:00
b572206320 mysql: disable tcp_wrappers 2015-06-27 17:38:49 +02:00
302fd395f8 mysql: update to 5.6.25 2015-05-31 17:17:49 +02:00
45e139b36a mysql: update to 5.6.24, improved rc script 2015-04-07 12:44:16 +02:00
599233c07b mysql: update to 5.6.23 2015-02-02 10:50:37 +01:00
c71b8b660e mysql: fix build with openssl 1.0.2 2015-01-24 15:06:38 +01:00
40be06e5a3 [notify] mysql: update to 5.6.22
Note:
-----
this is a major update of mysql from version 5.5 to 5.6 and it's
highly recommended to make a database backup with mysqldump before
the update!
2014-12-08 15:02:52 +01:00
1fb43f9881 mysql: update to 5.5.40 2014-09-25 19:37:23 +02:00
e51f094528 mysql: update to 5.5.39 2014-08-18 09:25:03 +02:00
db0795e546 mysql: update to 5.5.38 2014-05-31 19:28:57 +02:00
3377b7ca1c mysql: update to 5.5.37 2014-03-27 18:23:00 +01:00
69d753a827 mysql: update to 5.5.36 2014-02-12 19:15:43 +01:00
bfdfdabf5e mysql: update to 5.5.35 2013-12-07 11:34:36 +01:00
f9d045448f mysql: update to 5.5.34 2013-09-28 10:16:15 +02:00
5cfe93437a mysql: update to 5.5.33 2013-08-03 10:23:48 +02:00
7a2ef7c9f6 mysql: update to 5.5.32 2013-06-07 09:40:00 +02:00
e4ac9ed306 mysql: update to 5.5.31 2013-04-21 11:56:16 +02:00
ab4ceec011 mysql: update to 5.5.30 2013-02-01 16:34:35 +01:00
bda084ae59 mysql: update to 5.5.29 2012-12-23 17:13:22 +01:00
940640c6a4 mysql: update to 5.5.28 2012-09-29 09:23:56 +02:00
8352ac42dc mysql: update to 5.5.27 2012-08-05 09:32:05 +02:00
Thomas Penteker
434b6b3746 mysql: 5.5.25 -> 5.5.25a 2012-07-05 23:01:21 +02:00
Thomas Penteker
4be3b2f57b mysql: fix download URL 2012-07-03 09:16:33 +02:00
ea390caa56 mysql: update to 5.5.25 2012-06-01 13:09:19 +02:00
33197f9d37 mysql: update to 5.5.25 2012-05-09 08:51:33 +02:00
fe0756d279 mysql: update to 5.5.23 2012-04-17 08:28:09 +02:00
4c5ec4ab78 mysql: update to 5.5.22 2012-03-22 17:30:29 +01:00
6495677799 mysql: update to 5.5.21 2012-02-23 16:57:10 +01:00
e983239f4f mysql: update to 5.5.20 2012-01-11 14:53:26 +01:00
a069d335a0 mysql: update to 5.5.19 2011-12-08 16:02:37 +01:00
f8b4deeb34 mysql: update to 5.5.18 2011-11-19 08:32:43 +01:00
406661f1c2 mysql: update to 5.5.17 2011-10-21 13:44:53 +02:00
4170988708 mysql: update to 5.5.16 2011-09-18 12:04:05 +02:00
a0987d8dec mysql: update to 5.5.15 2011-07-30 17:20:27 +02:00
1fda62d240 mysql: update to 5.5.14 2011-07-06 17:45:12 +02:00
fb993aefae mysql: update to 5.5.13 2011-06-03 11:07:53 +02:00
01be9a7afb mysql: update to 5.5.12 2011-05-07 10:09:34 +02:00
3f33c30550 mysql: update to 5.5.11 2011-04-06 17:15:42 +02:00
f9ddf50af9 [notify] mysql: update to 5.5.10
Incompatible Change: The shared library version of the client library
was increased to 18 to reflect ABI changes, and avoid compatibility
problems with the client library in MySQL 5.1. Note that this is an
incompatible change between 5.5.10 and earlier 5.5 versions, so client
programs that use the 5.5 client library should be recompiled against
the 5.5.10 client library.

Extract from http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html
2011-03-16 09:38:02 +01:00
5dddc4f7fd mysql: fix library location for x86_64 2011-02-12 17:51:44 +01:00
cec6297154 [notify] mysql: update to 5.5.9
even though we have a major new version with this release the
update is mostly backwards compatible, but please note:

- new runtime dependency opt/libaio
- new buildtime dependency cmake
- ImmoDB is now the default database engine, the supplied
  /etc/my.conf still sets MyISAM as the default and skips
  InnoDB. Don't reject /etc/my.cnf without inspection.
- after the upgrade fix or rejmerge /etc/my.cnf, start
  the server and run mysql_upgrade to adjust the mysql
  system database tables.
2011-02-07 18:34:05 +01:00
9c01c716bc new maintainer email address 2011-02-02 13:44:37 +01:00
4063df570e mysql: update to 5.1.54 2010-12-16 11:41:51 +01:00