Commit Graph

140 Commits

Author SHA1 Message Date
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
99dbc9e821 mysql: update to 5.1.53 2010-11-19 13:32:53 +01:00
84dda760ac mysql: update to 5.1.52 2010-11-02 09:54:08 +01:00
4d04c43048 mysql: upate to 5.1.51 2010-09-27 14:24:52 +02:00
e825870fab mysql: update to 5.1.50 2010-08-29 11:19:33 +02:00
f54d1e1ddd mysql: update to 5.1.49 2010-07-23 11:46:54 +02:00
ccbb3f298b mysql: update to 5.1.48, fix for gcc 4.5 2010-06-19 10:23:53 +02:00
028f98f7d9 mysql: update to 5.1.47 2010-05-24 10:05:05 +02:00
660c797f59 mysql: update to 5.1.46 2010-04-23 20:23:36 +02:00
cc97a03c3b mysql: update to 5.1.45 2010-03-20 08:33:37 +01:00
ae56e7caa0 mysql: update to 5.1.44 2010-02-20 10:21:40 +01:00
4dbf0325ee mysql: update to 5.1.43 2010-01-31 10:12:03 +01:00
09f571c7ad mysql: update to 5.1.42 2010-01-02 09:31:59 +01:00
9b5cc2875e mysql: update to 5.1.41 2009-11-19 11:56:17 +01:00
85cbe3739f mysql: update to 5.1.40 2009-10-22 12:42:25 +02:00
9483b8e100 mysql: update to 5.1.39 2009-09-21 19:10:49 +02:00
76c73f536d mysql: update to 5.1.38 2009-09-01 19:30:06 +02:00
9414d40a19 mysql: update to 5.1.37 2009-08-18 18:33:41 +02:00
832bd3a385 mysql: update to 5.1.36 2009-07-22 17:02:21 +02:00
8576536d44 mysql: update to 5.1.35 2009-06-13 23:15:46 +02:00
e535a5878d mysql: udpate to 5.0.83 2009-06-12 23:27:31 +02:00
c59a9dc098 mysql: update to 5.0.82 2009-05-28 10:13:00 +02:00
3f2e23d7af mysql: update to 5.0.81 2009-05-02 15:52:39 +02:00
07d7474ca9 mysql: update to 5.0.77 2009-02-17 15:48:55 +01:00
61e5e4d124 mysql: update to 5.0.75 2008-12-22 18:12:16 +01:00
fdc07b22fe mysql: added /etc/ld.so.conf.d/mysql.conf 2008-10-23 11:52:18 +02:00
13cfe0af0b mysql: update to 5.0.67 2008-08-08 09:12:34 +02:00
571c33a993 deumlautify 2008-07-11 09:29:19 +02:00
9c94939ae5 mysql: update to 5.0.51b 2008-04-25 15:07:33 +02:00
c236fc082f mysql: update to 5.0.51a 2008-01-24 12:05:47 +01:00
f5b479e233 mysql: update to 5.0.51 2007-12-06 18:01:11 +01:00
609ed331f6 mysql: update to 5.0.45 2007-07-13 11:23:41 +02:00
b862a0acca mysql: changed mirror
tarball on sunsite.dk is broken, thanks to Rouven Schürch for the heads-up.
2007-06-01 15:13:49 +02:00
6cc3dc9491 mysql: update to 5.0.41 2007-05-08 17:15:39 +02:00
c52402599d mysql: update to 5.0.37 2007-03-10 10:06:07 +01:00
b8a86f799e mysql: update to 5.0.33 2007-01-13 09:45:04 +01:00
fccf0bab8d mysql: update to 5.0.27 2006-10-28 11:02:24 +02:00
Juergen Daubert
c0ab512df8 mysql: update to 5.0.26 2006-10-10 18:06:25 +00:00
Juergen Daubert
ab8720d9f7 mysql: update to 5.0.24a 2006-09-02 08:20:59 +00:00
Juergen Daubert
d2641ea652 mysql: update to 5.0.24 2006-08-04 15:05:43 +00:00
Juergen Daubert
ddf9148972 mysql: update to 5.0.23 2006-07-10 14:03:46 +00:00
Juergen Daubert
ce1953fd9a [security] mysql: update to 5.0.22, http://dev.mysql.com/doc/refman/5.0/en/news-5-0-22.html 2006-06-01 10:19:08 +00:00
Juergen Daubert
b8eb9e96cc mysql: update to 5.0.21 2006-05-01 08:30:31 +00:00
Juergen Daubert
5a61fbcd2b mysql: update to 5.0.20a 2006-04-23 08:22:24 +00:00
Juergen Daubert
f9ff5e9042 mysql: update to 5.0.20 2006-04-12 06:05:33 +00:00
Juergen Daubert
6e62c9d911 mysql: update to 5.0.19 2006-03-11 17:45:24 +00:00
Juergen Daubert
6e1d6d9ce7 mysql: update to 5.0.18, added innodb support 2006-02-24 08:17:08 +00:00
Johannes Winkelmann
bdea7e6c6a create branch for 2.2 2006-02-23 15:26:10 +00:00