=== modified file 'CHANGELOG.txt'
--- CHANGELOG.txt	2009-04-22 15:30:36 +0000
+++ CHANGELOG.txt	2009-04-25 16:21:54 +0000
@@ -8,6 +8,7 @@ Drupal 7.0, xxxx-xx-xx (development vers
     * Support for master/slave replication, transactions, multi-insert queries,
       delayed inserts, and other features.
     * Added support for the SQLite database engine.
+    * Default to InnDB engine on MySQL when available.
 - Security:
     * Protected cron.php -- cron will only run if the proper key is provided.
     * Implemented much stronger password hashes that are also compatible with the

=== modified file 'INSTALL.mysql.txt'
--- INSTALL.mysql.txt	2007-11-19 19:53:51 +0000
+++ INSTALL.mysql.txt	2009-04-25 16:21:22 +0000
@@ -38,3 +38,5 @@ If successful, MySQL will reply with:
 
   Query OK, 0 rows affected
 
+Also note that if the InnODB engine is available, the database tables Drupal
+install will use that.

