diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2010-06-01 15:05:21 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2010-06-01 15:05:21 +0300 |
commit | dd201037c2f4c2c5a740c0dfc8a2deb3cfe6733b (patch) | |
tree | 5e958b6194648fb43750b8a189c7294119d848be /storage | |
parent | 2caade505362cb2ab66514c64ac9424af775cbf3 (diff) | |
download | mariadb-git-dd201037c2f4c2c5a740c0dfc8a2deb3cfe6733b.tar.gz |
Document the Bug #53812 fix.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 89823642957..a53f765aac6 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,3 +1,9 @@ +2010-06-01 The InnoDB Team + + * row/row0umod.c: + Fix Bug#53812 assert row/row0umod.c line 660 in txn rollback + after crash recovery + 2010-05-25 The InnoDB Team * handler/ha_innodb.cc, include/row0mysql.h, row/row0mysql.c: |