summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2010-06-01 16:58:02 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2010-06-01 16:58:02 +0300
commit9f278a36822455c36e525617b5822e0061dfe9ec (patch)
tree9a4f706cd4e335aee5fd43e018e2c3cccee50ac0 /storage
parent6e569dd209bc2ca82886df6379baa1de3293b803 (diff)
downloadmariadb-git-9f278a36822455c36e525617b5822e0061dfe9ec.tar.gz
Document Bug #48197 fix
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 a53f765aac6..c90b401f0f8 100644
--- a/storage/innodb_plugin/ChangeLog
+++ b/storage/innodb_plugin/ChangeLog
@@ -1,5 +1,10 @@
2010-06-01 The InnoDB Team
+ * include/sync0rw.h, sync/sync0rw.c:
+ Fix Bug#48197 Concurrent rw_lock_free may cause assertion failure
+
+2010-06-01 The InnoDB Team
+
* row/row0umod.c:
Fix Bug#53812 assert row/row0umod.c line 660 in txn rollback
after crash recovery