Commit 5bd19605 authored by vasil's avatar vasil

branches/zip:

ChangeLog:
Follow the convention from the rest of the ChangeLog: for bugfixes from
bugs.mysql.com only the bug number and title goes in the ChangeLog. Detailed
explanation on what is the problem and how it was fixed is present in
the bugs database.
parent 1e461880
2009-08-20 The InnoDB Team 2009-08-20 The InnoDB Team
* lock/lock0lock.c: * lock/lock0lock.c:
Fix Bug#46650 InnoDB plugin: We only store the autoinc locks that are Fix Bug#46650 Innodb assertion autoinc_lock == lock in
granted in the transaction's autoinc lock vector. A transacton, that lock_table_remove_low on INSERT SELECT
has been rolled back due to a deadlock because of an AUTOINC lock
attempt, will not have added that lock to the vector. We need to check
for that when we remove that lock.
2009-08-13 The InnoDB Team 2009-08-13 The InnoDB Team
* handler/handler0alter.cc: * handler/handler0alter.cc:
Fix Bug#46657 InnoDB plugin: invalid read in index_merge_innodb test Fix Bug#46657 InnoDB plugin: invalid read in index_merge_innodb test
On a successful CREATE INDEX, diagnostic code read the table flags (Valgrind)
from a recently freed table object. Read them from the newly
created object instead.
2009-07-20 The InnoDB Team 2009-07-20 The InnoDB Team
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment