branches/zip:

Remove an entry from the ChnageLog for a change that was made before
the release of 1.0.2 but was not included in that release.
This commit is contained in:
vasil 2008-12-02 10:09:20 +00:00
parent b35f664531
commit 565c0fe095

View file

@ -2,13 +2,6 @@
InnoDB Plugin 1.0.2 released
2008-11-26 The InnoDB Team
* row/row0merge.c (row_merge_drop_temp_indexes):
Replace the WHILE 1 with WHILE 1=1 in the SQL procedure, so that
the loop will actually be entered and temporary indexes be dropped
during crash recovery.
2008-10-31 The InnoDB Team
* dict/dict0mem.c, include/dict0mem.h, include/lock0lock.h,