summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2010-05-12 13:46:03 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2010-05-12 13:46:03 +0300
commit1f27e4ecfd986ef3d7d3062e978ad9ba1db4077a (patch)
tree2f23da50c4883e4e466753aef27e01f55486dcca /storage
parent28b63397903ef95bf36996cae22fc954cb792031 (diff)
downloadmariadb-git-1f27e4ecfd986ef3d7d3062e978ad9ba1db4077a.tar.gz
Document the Bug #53591 fix in the ChangeLog.
Diffstat (limited to 'storage')
-rw-r--r--storage/innodb_plugin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog
index 36514baa06a..169f859b8fd 100644
--- a/storage/innodb_plugin/ChangeLog
+++ b/storage/innodb_plugin/ChangeLog
@@ -1,5 +1,11 @@
2010-05-12 The InnoDB Team
+ * handler/handler0alter.cc:
+ Fix Bug#53591 crash with fast alter table and text/blob prefix
+ primary key
+
+2010-05-12 The InnoDB Team
+
* row/row0merge.c:
Fix Bug#53471 row_merge_drop_temp_indexes() refers freed memory, SEGVs