diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2011-10-04 21:01:40 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2011-10-04 21:01:40 +0300 |
commit | 836c3a2378518cf09ef2cf05bc73a947db20770d (patch) | |
tree | a5896c399a1a0f37c4acbf96494beda7b0aa57aa /storage | |
parent | a82edd985feab9b007696148aa77f2d96ab8a755 (diff) | |
download | mariadb-git-836c3a2378518cf09ef2cf05bc73a947db20770d.tar.gz |
Correct the ChangeLog
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 379d37fdedd..cdf8e8351a8 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,7 +1,8 @@ -2011-09-29 The InnoDB Team +2011-10-04 The InnoDB Team - * sync/sync0rw.c: - Fix Bug#13034534 RQG TESTS FAIL ON WINDOWS WITH CRASH NEAR RW_LOCK_DEBUG_PRINT + * include/sync0rw.h, sync/sync0rw.c: + Fix Bug#13034534 RQG TESTS FAIL ON WINDOWS WITH CRASH NEAR + RW_LOCK_DEBUG_PRINT 2011-09-20 The InnoDB Team |