From 36f1a009f80ee3343489c5c80a7b186ce531125d Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Thu, 1 Apr 2010 16:15:15 +0400 Subject: [PATCH] Applying InnoDB snapshot Detailed revision comments: r6791 | marko | 2010-03-10 13:39:06 +0200 (Wed, 10 Mar 2010) | 1 line branches/zip: Add ChangeLog entries for r6789, r6790. --- storage/innodb_plugin/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 57ad1208de0..f0230a64f3c 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,3 +1,16 @@ +2010-03-10 The InnoDB Team + + * handler/ha_innodb.cc: + Fix Bug #51356 Many Valgrind errors in error messages + with concurrent DDL + +2010-03-10 The InnoDB Team + + * handler/ha_innodb.cc, handler/handler0alter.cc, + mysql-test/innodb_bug51378.result, mysql-test/innodb_bug51378.test: + Fix Bug #51378 Init 'ref_length' to correct value, in case an out + of bound MySQL primary_key + 2010-03-10 The InnoDB Team * log/log0recv.c: