File: mysql-server-5.5.NEWS

package info (click to toggle)
mysql-5.5 5.5.47-0%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 201,920 kB
  • ctags: 94,437
  • sloc: cpp: 646,401; ansic: 551,652; perl: 53,254; pascal: 25,099; yacc: 13,069; sh: 10,332; cs: 4,647; xml: 4,178; sql: 3,346; makefile: 1,361; lex: 639; awk: 54
file content (34 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
mysql-dfsg-5.1 (5.1.36-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 <norbert@tretkowski.de>  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