mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
branches/zip: Update the ChangeLog with r5684 change.
This commit is contained in:
parent
9ac95eacde
commit
cb7c80c8a9
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue