diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-03 11:30:08 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-03 11:30:08 +0200 |
commit | a491492f15ef8a06d426719cae0c20b370956790 (patch) | |
tree | b60d0eb6d194f4a57522ecc78b3d3f047c88b519 /storage | |
parent | 49cbbf6ea4d9dbcd75292967a67173d21e61fc25 (diff) | |
download | mariadb-git-a491492f15ef8a06d426719cae0c20b370956790.tar.gz |
Add ChangeLog entry for Bug#53046
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 3792d48e5f2..de1530fd92c 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,5 +1,13 @@ 2010-11-02 The InnoDB Team + * btr/btr0cur.c, dict/dict0dict.c, dict/dict0load.c, + handler/ha_innodb.cc, include/dict0dict.h, row/row0mysql.c, + innodb_bug53046.result, innodb_bug53046.test: + Fix Bug#53046 dict_update_statistics_low can still be run + concurrently on same table + +2010-11-02 The InnoDB Team + * row/row0sel.c: Fix Bug#57799 READ UNCOMMITTED access failure of off-page DYNAMIC or COMPRESSED columns again |