summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2010-05-12 09:09:22 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2010-05-12 09:09:22 +0300
commit805b2acfd5e543ac3dc15b7e2cb5b4c7882170e3 (patch)
tree20b4a6bbbdbaa0b1397cbee015f55f294a10d76f /storage
parent77b03649bf9c82f45114c62ea5ca511a3305fe54 (diff)
downloadmariadb-git-805b2acfd5e543ac3dc15b7e2cb5b4c7882170e3.tar.gz
Document recent fixes in ChangeLog.
Diffstat (limited to 'storage')
-rw-r--r--storage/innodb_plugin/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog
index 9b8709c4e8e..36514baa06a 100644
--- a/storage/innodb_plugin/ChangeLog
+++ b/storage/innodb_plugin/ChangeLog
@@ -1,3 +1,19 @@
+2010-05-12 The InnoDB Team
+
+ * row/row0merge.c:
+ Fix Bug#53471 row_merge_drop_temp_indexes() refers freed memory, SEGVs
+
+2010-05-11 The InnoDB Team
+
+ * mysql-test/innodb_bug53290.test, mysql-test/innodb_bug53290.result,
+ include/rem0cmp.h, rem/rem0cmp.c, row/row0merge.c:
+ Fix Bug#53290 wrong duplicate key error when adding a unique index
+ via fast alter table
+
+2010-05-11 The InnoDB Team
+ * buf/buf0lru.c, include/buf0buf.ic:
+ Fix Bug#53307 valgrind: warnings in main.partition_innodb_plugin
+
2010-05-05 The InnoDB Team
* row/row0merge.c: