diff options
author | Inaam Rana <inaam.rana@oracle.com> | 2010-06-24 08:44:50 -0400 |
---|---|---|
committer | Inaam Rana <inaam.rana@oracle.com> | 2010-06-24 08:44:50 -0400 |
commit | 4cf3e93339dbd16ab0901900ce64ecb4a6362a3f (patch) | |
tree | 9240aeab7a75f445480d850c552b90def35c9059 /storage | |
parent | 8e7ce2e9d86d9a216123fa424c50846944c8fbe8 (diff) | |
download | mariadb-git-4cf3e93339dbd16ab0901900ce64ecb4a6362a3f.tar.gz |
Add ChangeLog for bug#39168
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 971de4a9d27..cc794fab33a 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,3 +1,10 @@ +2010-06-10 The InnoDB Team + + * include/log0log.ic, row/row0ins.c, row/row0purge.c, + row/row0uins.c, row/row0umod.c, row/row0upd.c: + Fix Bug#39168 ERROR: the age of the last checkpoint ... exceeds + the log group capacity + 2010-06-08 The InnoDB Team * dict/dict0load.c: |