diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-06-25 11:08:52 +0300 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-06-25 11:08:52 +0300 |
commit | 2844ae6be900a51291ea9e87e453b14c32b669c6 (patch) | |
tree | a1123d63dd677b433afa7a6765a3a0dd677be9c0 | |
parent | 4cbaa431e15f3c951be6e87a3d207a779215eed7 (diff) | |
parent | 4cf3e93339dbd16ab0901900ce64ecb4a6362a3f (diff) | |
download | mariadb-git-2844ae6be900a51291ea9e87e453b14c32b669c6.tar.gz |
Merge a lost changeset inaam.rana@oracle.com-20100624124450-2m3mg1238ewvakgx
-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 5103538cb69..328fcf8e0bb 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -28,6 +28,13 @@ * row/row0merge.c: Fix Bug#54330 Broken fast index creation +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: |