1
2010-03-18 The InnoDB Team
4
Fix Bug#52102 InnoDB Plugin shows performance drop compared to
7
2010-03-18 The InnoDB Team
10
When comparing the time of the first access to a block against
11
innodb_old_blocks_time, use 32-bit arithmetics. The comparison was
12
incorrect on 64-bit systems.
14
2010-03-11 The InnoDB Team
16
* buf0buf.h, buf0buf.ic:
17
Fix and clarify the latching of some buf_block_t members.
18
Note that check_index_page_at_flush is not protected by any mutex.
19
Note and assert that lock_hash_val is protected by the rw-latch.
21
2010-03-10 The InnoDB Team
24
Fix Bug#51653 outdated reference to set-variable
26
2010-03-10 The InnoDB Team
28
* handler/ha_innodb.cc, mysql-test/innodb_bug21704.result,
29
mysql-test/innodb_bug47621.result, mysql-test/innodb_bug47621.test:
30
Fix Bug#47621 MySQL and InnoDB data dictionaries will become out of
31
sync when renaming columns
33
2010-03-10 The InnoDB Team
35
* handler/ha_innodb.cc:
36
Fix Bug#51356 Many Valgrind errors in error messages
39
2010-03-10 The InnoDB Team
41
* handler/ha_innodb.cc, handler/handler0alter.cc,
42
mysql-test/innodb_bug51378.result, mysql-test/innodb_bug51378.test:
43
Fix Bug#51378 Init 'ref_length' to correct value, in case an out
44
of bound MySQL primary_key
46
1
2010-03-10 The InnoDB Team
49
4
Remove a bogus assertion about page numbers exceeding 0x90000000
50
in the redo log. Abort when encountering a corrupted redo log
5
in the redo log. Abort when encountering a corrupted redo log
51
6
record, unless innodb_force_recovery is set.
53
8
2010-03-09 The InnoDB Team
70
25
2010-02-11 The InnoDB Team
72
27
* include/mem0mem.h, include/mem0mem.ic, mem/mem0mem.c:
73
Fix Bug#49535 Available memory check slows down crash
28
Fix Bug #49535 Available memory check slows down crash
74
29
recovery tens of times
76
31
2010-02-09 The InnoDB Team
79
Fix Bug#38901 InnoDB logs error repeatedly when trying to load
34
Fix Bug #38901 InnoDB logs error repeatedly when trying to load
80
35
page into buffer pool
82
37
2010-02-09 The InnoDB Team
139
94
On the READ UNCOMMITTED isolation level, do not attempt to access
140
a clustered index record that has been marked for deletion. The
95
a clustered index record that has been marked for deletion. The
141
96
built-in InnoDB in MySQL 5.1 and earlier would attempt to retrieve
142
97
a previous version of the record in this case.
151
106
2010-01-12 The InnoDB Team
153
108
* handler/ha_innodb.cc, handler/ha_innodb.h:
154
Fix Bug#46193 crash when accessing tables after enabling
109
Fix Bug #46193 crash when accessing tables after enabling
155
110
innodb_force_recovery option
157
112
2010-01-12 The InnoDB Team
166
121
Display the zlib version number at startup.
167
122
InnoDB compressed tables use zlib, and the implementation depends
168
123
on the zlib function compressBound(), whose definition was slightly
169
changed in zlib version 1.2.3.1 in 2006. MySQL bundles zlib 1.2.3
124
changed in zlib version 1.2.3.1 in 2006. MySQL bundles zlib 1.2.3
170
125
from 2005, but some installations use a more recent zlib.
172
127
2009-11-30 The InnoDB Team
258
213
sync/sync0arr.c, sync/sync0sync.c, thr/thr0loc.c, trx/trx0i_s.c,
259
214
trx/trx0purge.c, trx/trx0rseg.c, trx/trx0sys.c, trx/trx0undo.c,
260
215
usr/usr0sess.c, ut/ut0mem.c:
261
Fix Bug#45992 innodb memory not freed after shutdown
262
Fix Bug#46656 InnoDB plugin: memory leaks (Valgrind)
216
Fix Bug #45992 innodb memory not freed after shutdown
217
Fix Bug #46656 InnoDB plugin: memory leaks (Valgrind)
264
219
2009-10-29 The InnoDB Team
591
546
* dict/dict0dict.c:
592
547
When an index column cannot be found in the table during index
593
548
creation, display additional diagnostic before an assertion failure.
594
This does NOT fix Bug#44571 InnoDB Plugin crashes on ADD INDEX,
549
This does NOT fix Bug #44571 InnoDB Plugin crashes on ADD INDEX,
595
550
but it helps understand the reason of the crash.
597
552
2009-06-17 The InnoDB Team