summaryrefslogtreecommitdiff
path: root/INSTALL.mysql.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 /INSTALL.mysql.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 'INSTALL.mysql.txt')
-rw-r--r--INSTALL.mysql.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.mysql.txt b/INSTALL.mysql.txt
index ae50ebb40..a5490a5af 100644
--- a/INSTALL.mysql.txt
+++ b/INSTALL.mysql.txt
@@ -38,3 +38,6 @@ If successful, MySQL will reply with:
Query OK, 0 rows affected
+If the InnoDB storage engine is available, it will be used for all database
+tables. InnoDB provides features over MyISAM such as transaction support,
+row-level locks, and consistent non-locking reads.