branches/zip: Update the ChangeLog with r5684 change.

This commit is contained in:
sunny 2009-08-20 07:18:29 +00:00
parent 9ac95eacde
commit cb7c80c8a9

View file

@ -1,3 +1,12 @@
2009-08-20 The InnoDB Team
* lock/lock0lock.c:
Fix Bug#46650 InnoDB plugin: We only store the autoinc locks that are
granted in the transaction's autoinc lock vector. A transacton, that
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: