Author: jstephens
Date: 2005-12-14 12:20:30 +0100 (Wed, 14 Dec 2005)
New Revision: 556
Log:
Noted change in source layout for storage engines code. (Thanks, Petr!)
Modified:
trunk/refman-5.1/installing.xml
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2005-12-14 10:41:55 UTC (rev 555)
+++ trunk/refman-5.1/installing.xml 2005-12-14 11:20:30 UTC (rev 556)
@@ -2692,10 +2692,7 @@
<title id="title-windows-installation">&title-windows-installation;</title>
<remark role="todo">
- The prompt is inconsistent in the Windows sections. Sometimes
- </remark>
-
- <remark>
+ The prompt is inconsistent in the Windows sections. Sometimes it
begins with C:, sometimes it's shell&gt;.
</remark>
@@ -8494,8 +8491,8 @@
shell> <userinput>aclocal; autoheader</userinput>
shell> <userinput>libtoolize --automake --force</userinput>
shell> <userinput>automake --force --add-missing; autoconf</userinput>
-shell> <userinput>(cd innobase; aclocal; autoheader; autoconf; automake)</userinput>
-shell> <userinput>(cd bdb/dist; sh s_all)</userinput>
+shell> <userinput>(cd storage/innobase; aclocal; autoheader; autoconf; automake)</userinput>
+shell> <userinput>(cd storage/bdb/dist; sh s_all)</userinput>
shell> <userinput>./configure # Add your favorite options here</userinput>
shell> <userinput>make</userinput>
</programlisting>
@@ -8509,8 +8506,8 @@
shell> <userinput>aclocal; autoheader</userinput>
shell> <userinput>libtoolize --automake --force</userinput>
shell> <userinput>automake --force --add-missing; autoconf</userinput>
-shell> <userinput>(cd innobase; aclocal; autoheader; autoconf; automake)</userinput>
-shell> <userinput>(cd bdb/dist; sh s_all)</userinput>
+shell> <userinput>(cd storage/innobase; aclocal; autoheader; autoconf; automake)</userinput>
+shell> <userinput>(cd storage/bdb/dist; sh s_all)</userinput>
</programlisting>
<para>
@@ -8522,6 +8519,16 @@
command lines if you to not require
<literal>InnoDB</literal> or <literal>BDB</literal> support.
</para>
+
+ <para>
+ <emphasis role="bold">Note</emphasis>: Beginning with MySQL
+ 5.1, code specific to storage engines has been moved under a
+ <filename>storage</filename> directory. For example,
+ <literal>InnoDB</literal> code is now found in
+ <filename>storage/innodb</filename> and
+ <literal>NDBCluster</literal> code is in
+ <filename>storage/ndb</filename>.
+ </para>
<para>
If you get some strange errors during this stage, verify
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r556 - trunk/refman-5.1 | jon | 14 Dec |