Merge lp:~stewart/drizzle/bug744206 into lp:~drizzle-trunk/drizzle/development

Proposed by Stewart Smith
Status: Merged
Approved by: Mark Atwood
Approved revision: 2505
Merged at revision: 2508
Proposed branch: lp:~stewart/drizzle/bug744206
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 25 lines (+7/-8)
1 file modified
docs/mysql_differences.rst (+7/-8)
To merge this branch: bzr merge lp:~stewart/drizzle/bug744206
Reviewer Review Type Date Requested Status
Drizzle Merge Team Pending
Review via email: mp+92657@code.launchpad.net

Description of the change

simple docs update for current state of storage engines in drizzle.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/mysql_differences.rst'
2--- docs/mysql_differences.rst 2011-08-13 20:41:38 +0000
3+++ docs/mysql_differences.rst 2012-02-12 05:44:18 +0000
4@@ -139,14 +139,13 @@
5 Storage Engines
6 ---------------
7
8- * MERGE storage engine has been removed
9- * FEDERATED storage engine has been removed (all current development is
10- focused on FederatedX, so having FEDERATED made no sense).
11- * CSV engine is now for temporary tables only. See the filesystem_engine for
12- the future of reading files as database tables.
13- * MyISAM is for temporary tables only.
14- * ARCHIVE is fully supported
15- * PBXT is merged
16+The default Storage Engine is InnoDB and the MyISAM storage engine only exists for temporary tables only. In a future release, it will not be user accessible at all.
17+
18+A number of storage engines have been removed:
19+ * MERGE - this was always a interim solution to the absence of SQL VIEWs
20+ * FEDERATED - it is effectively unmaintanied, with any recent development occuring in FederatedX
21+ * CSV
22+ * ARCHIVE
23
24 FRM Files
25 ---------