summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-04 10:12:43 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-04 19:50:59 +0900
commite5c2acb6aeb84b5ff444553596320b25efc54bb2 (patch)
tree5c745d5132c38ca54f0bfcc08781f539d66d3c28
parent586e7f706836ad7566b09148d489d114522650c2 (diff)
Remove reference to MyISAM from database setup documentation
From 2.8.6 only transactional databases are supported. Change-Id: Ie0d94c40a371dd018b897113eca8b745a1000d2e
-rw-r--r--Documentation/database-setup.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/database-setup.txt b/Documentation/database-setup.txt
index 2016ac3363..b41911ab77 100644
--- a/Documentation/database-setup.txt
+++ b/Documentation/database-setup.txt
@@ -60,14 +60,6 @@ rights on it:
FLUSH PRIVILEGES;
----
-If you are using the MyISAM engine, you need to set latin1 as charset:
-
-----
- mysql
-
- ALTER DATABASE reviewdb charset=latin1;
-----
-
Visit MySQL's link:http://dev.mysql.com/doc/[documentation] for further
information regarding using MySQL.