summaryrefslogtreecommitdiff
path: root/INSTALL.mysql.txt
diff options
context:
space:
mode:
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.