From cb7c80c8a9aac22cb0244e652836ea820815aadf Mon Sep 17 00:00:00 2001 From: sunny <> Date: Thu, 20 Aug 2009 07:18:29 +0000 Subject: [PATCH] branches/zip: Update the ChangeLog with r5684 change. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6f94fe0698..e8b4ba75dc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * handler/handler0alter.cc: