| 1 | mysql-dfsg-5.1 (5.1.36-1) unstable; urgency=low |
|---|
| 2 | |
|---|
| 3 | * Please read http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-5-0.html |
|---|
| 4 | * Make sure to do a REPAIR TABLE on all tables that use UTF-8 and have a |
|---|
| 5 | FULLTEXT index. |
|---|
| 6 | |
|---|
| 7 | -- Christian Hammers <ch@debian.org> Sat, 4 Jul 2009 02:31:21 +0200 |
|---|
| 8 | |
|---|
| 9 | mysql-dfsg-5.0 (5.1.14beta-2) unstable; urgency=low |
|---|
| 10 | |
|---|
| 11 | * The BerkeleyDB Storage Engine is no longer supported. If the options |
|---|
| 12 | have-bdb or skip-bdb are found, MySQL will not start. If you have BDB |
|---|
| 13 | tables, you should change them to use another storage engine before |
|---|
| 14 | upgrading to 5.1. |
|---|
| 15 | |
|---|
| 16 | -- Monty Taylor <mordred@inaugust.com> Thu, 18 Jan 2007 12:28:21 -0800 |
|---|
| 17 | |
|---|
| 18 | mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low |
|---|
| 19 | |
|---|
| 20 | * Binary logging is now disabled by default. If you really need it (e.g. on |
|---|
| 21 | a replication master), remove the comment from the log_bin line in my.cnf. |
|---|
| 22 | |
|---|
| 23 | -- Norbert Tretkowski <norbert@tretkowski.de> Sat, 10 Nov 2007 16:26:35 +0100 |
|---|
| 24 | |
|---|
| 25 | mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low |
|---|
| 26 | |
|---|
| 27 | * Rotation of the binary logs is now configured in /etc/mysql/my.cnf with |
|---|
| 28 | "expire-logs-days" which defaults to 20 days. The old file |
|---|
| 29 | /etc/mysql/debian-log-rotate.conf should be removed together with |
|---|
| 30 | /etc/cron.daily/mysql-server after this value has been adjusted. Note that |
|---|
| 31 | the old variable defined the number of files whereas the new one defines |
|---|
| 32 | a time span in days. |
|---|
| 33 | |
|---|
| 34 | -- Christian Hammers <ch@debian.org> Tue, 24 Jan 2006 22:18:21 +0100 |
|---|