You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.4 KiB

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