summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2012-10-09 16:08:06 +0300
committerVasil Dimov <vasil.dimov@oracle.com>2012-10-09 16:08:06 +0300
commit8baabf30900c30d733ce3b8942512d8cce191582 (patch)
tree486f4eba395b776109b3ca3b1e8aff15d185780e /storage
parent93398c307fb682c56bea022924baf46248ffa253 (diff)
downloadmariadb-git-8baabf30900c30d733ce3b8942512d8cce191582.tar.gz
Update the ChangeLog with the fix of Bug#14708715
Diffstat (limited to 'storage')
-rw-r--r--storage/innodb_plugin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog
index 1e5b388643d..cc4962bd125 100644
--- a/storage/innodb_plugin/ChangeLog
+++ b/storage/innodb_plugin/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-09 The InnoDB Team
+
+ * row/row0mysql.c:
+ Fix Bug#14708715 CREATE TABLE MEMORY LEAK ON DB_OUT_OF_FILE_SPACE
+
2012-09-28 The InnoDB Team
* include/row0undo.h, row/row0umod.c, row/row0undo.c: