summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2010-05-24 14:43:49 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2010-05-24 14:43:49 +0300
commit1a892fa2063a8da2480209108462bb939a45e98c (patch)
tree09b36e6ba74acb324f45c7edd6dd0af90f4aa3ba /storage
parentb7a24744162a02471f73638ae3be73e5601c8667 (diff)
downloadmariadb-git-1a892fa2063a8da2480209108462bb939a45e98c.tar.gz
Document the Bug #53578 fix.
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 a05e1ebc716..8b5a9bf2d7e 100644
--- a/storage/innodb_plugin/ChangeLog
+++ b/storage/innodb_plugin/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-24 The InnoDB Team
+
+ * dict/dict0boot.c, dict/dict0crea.c, fil/fil0fil.c,
+ include/dict0boot.h, include/fil0fil.h, row/row0mysql.c:
+ Fix Bug#53578: assert on invalid page access, in fil_io()
+
2010-05-14 The InnoDB Team
* mysql-test/innodb_bug48024.test, mysql-test/innodb_bug48024.result,
dict/dict0dict.c, handler/ha_innodb.cc, handler/ha_innodb.h,