From dd454412170718a962d23a714be0a317d35161b0 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Thu, 1 Apr 2010 16:05:25 +0400 Subject: [PATCH] Applying InnoDB snapshot Detailed revision comments: r6771 | marko | 2010-03-03 14:52:43 +0200 (Wed, 03 Mar 2010) | 1 line Document r6770. --- storage/innodb_plugin/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 3d26ebb82bb..81d60808905 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,7 +1,13 @@ +2010-03-03 The InnoDB Team + + * handler/handler0alter.cc, innodb-index.result, innodb-index.test, + innodb.result, innodb.test: + Disallow a duplicate index name when creating an index. + 2010-02-11 The InnoDB Team * include/mem0mem.h, include/mem0mem.ic, mem/mem0mem.c: - Fix bug #49535 Available memory check slows down crash + Fix Bug #49535 Available memory check slows down crash recovery tens of times 2010-02-09 The InnoDB Team