summaryrefslogtreecommitdiff
path: root/debian/mariadb-server-5.5.NEWS
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2012-01-23 12:20:16 +0100
committerunknown <knielsen@knielsen-hq.org>2012-01-23 12:20:16 +0100
commitcfd4fcb0bc3d469dfca74dae30d17250d65fdd91 (patch)
tree63748edc7d791bf41847fa8b678e38d3db952dc6 /debian/mariadb-server-5.5.NEWS
parent3cb24fff33105f40c2f4b696a06449032ec09604 (diff)
downloadmariadb-git-cfd4fcb0bc3d469dfca74dae30d17250d65fdd91.tar.gz
Initial draft for building .deb packages for MariaDB 5.5.
Diffstat (limited to 'debian/mariadb-server-5.5.NEWS')
-rw-r--r--debian/mariadb-server-5.5.NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/mariadb-server-5.5.NEWS b/debian/mariadb-server-5.5.NEWS
new file mode 100644
index 00000000000..a3042dc2918
--- /dev/null
+++ b/debian/mariadb-server-5.5.NEWS
@@ -0,0 +1,34 @@
+mysql-dfsg-5.1 (5.1.38-1) unstable; urgency=low
+
+ * Please read http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-5-0.html
+ * Make sure to do a REPAIR TABLE on all tables that use UTF-8 and have a
+ FULLTEXT index.
+
+ -- Christian Hammers <ch@debian.org> Sat, 4 Jul 2009 02:31:21 +0200
+
+mysql-dfsg-5.0 (5.1.14beta-2) unstable; urgency=low
+
+ * The BerkeleyDB Storage Engine is no longer supported. If the options
+ have-bdb or skip-bdb are found, MySQL will not start. If you have BDB
+ tables, you should change them to use another storage engine before
+ upgrading to 5.1.
+
+ -- Monty Taylor <mordred@inaugust.com> Thu, 18 Jan 2007 12:28:21 -0800
+
+mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low
+
+ * Binary logging is now disabled by default. If you really need it (e.g. on
+ a replication master), remove the comment from the log_bin line in my.cnf.
+
+ -- Norbert Tretkowski <nobse@debian.org> Sat, 10 Nov 2007 16:26:35 +0100
+
+mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low
+
+ * Rotation of the binary logs is now configured in /etc/mysql/my.cnf with
+ "expire-logs-days" which defaults to 20 days. The old file
+ /etc/mysql/debian-log-rotate.conf should be removed together with
+ /etc/cron.daily/mysql-server after this value has been adjusted. Note that
+ the old variable defined the number of files whereas the new one defines
+ a time span in days.
+
+ -- Christian Hammers <ch@debian.org> Tue, 24 Jan 2006 22:18:21 +0100