diff options
author | Marko Mäkelä <marko.makela@oracle.com> | 2010-05-14 16:10:50 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@oracle.com> | 2010-05-14 16:10:50 +0300 |
commit | d7ab161ec3feea00355ede8f96c1b89b1d476970 (patch) | |
tree | 9a5077a3e8c5ef679e722b6769b4d09588275d31 /storage | |
parent | 8b3820e2502bac7e5b370fb5e9970e079172d8ec (diff) | |
download | mariadb-git-d7ab161ec3feea00355ede8f96c1b89b1d476970.tar.gz |
Document Bug #48024 and Bug #53644 in the ChangeLog
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 169f859b8fd..a05e1ebc716 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -1,3 +1,11 @@ +2010-05-14 The InnoDB Team + * mysql-test/innodb_bug48024.test, mysql-test/innodb_bug48024.result, + dict/dict0dict.c, handler/ha_innodb.cc, handler/ha_innodb.h, + include/dict0dict.h, include/ha_prototypes.h, include/row0mysql.h, + include/trx0trx.h, row/row0mysql.c, trx/trx0i_s.c, trx/trx0trx.c: + Fix Bug#48024 Innodb doesn't work with multi-statements + Fix Bug#53644 InnoDB thinks that /*/ starts and ends a comment + 2010-05-12 The InnoDB Team * handler/handler0alter.cc: |