summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-25 16:57:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-25 16:57:19 +0000
commit2671e98daa4ad2ec590a3e0fd30c0bb053dabd3f (patch)
tree9f59ca3307fe028f1a1b12d4f854c2510db99385 /CHANGELOG.txt
parent96ca81fb00b58fc17ac72a909ea666d8b8bc96e9 (diff)
downloadbrdo-2671e98daa4ad2ec590a3e0fd30c0bb053dabd3f.tar.gz
brdo-2671e98daa4ad2ec590a3e0fd30c0bb053dabd3f.tar.bz2
#301362 by moshe weitzman, David Strauss, Narayan Newton, and chx: Default to InnoDB in MySQL.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 2ceca79e0..0edb48226 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -8,6 +8,8 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Support for master/slave replication, transactions, multi-insert queries,
delayed inserts, and other features.
* Added support for the SQLite database engine.
+ * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
+ This offers increased scalability and data integrity.
- 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