branches/zip:

Make ChangeLog entries for bugs in bugs.mysql.com in the form:
Fix Bug#12345 bug title
(for bugs after 1.0.2 was released and the ChangeLog published)

There is no need to bloat the ChangeLog with information that is available
via bugs.mysql.com.

Discussed with:	Marko
This commit is contained in:
vasil 2009-02-25 09:05:44 +00:00
parent bb05c979ba
commit f1e2b0091d

View file

@ -7,9 +7,6 @@
2009-02-23 The InnoDB Team
* btr/btr0cur.c:
Fix Bug#43043 Crash on BLOB delete operation
When freeing an uncomrpressed BLOB page, tolerate an invalid value
in FIL_PAGE_TYPE. Old versions of MySQL did not initialize the
page type on BLOB pages.
2009-02-20 The InnoDB Team
@ -250,9 +247,6 @@
* handler/ha_innodb.cc:
Fix Bug#40386 Not flushing query cache after truncate.
ha_statistics.records cannot be 0 unless the table is empty, set to 1
instead. The original problem of Bug#29507 has been fixed in the
server.
2008-12-09 The InnoDB Team