From: jon Date: December 14 2005 11:20am Subject: svn commit - mysqldoc@docsrva: r556 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/147 Message-Id: <200512141120.jBEBKVbF028311@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-windows-installation; - The prompt is inconsistent in the Windows sections. Sometimes - - - + The prompt is inconsistent in the Windows sections. Sometimes it begins with C:, sometimes it's shell&gt;. @@ -8494,8 +8491,8 @@ shell> aclocal; autoheader shell> libtoolize --automake --force shell> automake --force --add-missing; autoconf -shell> (cd innobase; aclocal; autoheader; autoconf; automake) -shell> (cd bdb/dist; sh s_all) +shell> (cd storage/innobase; aclocal; autoheader; autoconf; automake) +shell> (cd storage/bdb/dist; sh s_all) shell> ./configure # Add your favorite options here shell> make @@ -8509,8 +8506,8 @@ shell> aclocal; autoheader shell> libtoolize --automake --force shell> automake --force --add-missing; autoconf -shell> (cd innobase; aclocal; autoheader; autoconf; automake) -shell> (cd bdb/dist; sh s_all) +shell> (cd storage/innobase; aclocal; autoheader; autoconf; automake) +shell> (cd storage/bdb/dist; sh s_all) @@ -8522,6 +8519,16 @@ command lines if you to not require InnoDB or BDB support. + + + Note: Beginning with MySQL + 5.1, code specific to storage engines has been moved under a + storage directory. For example, + InnoDB code is now found in + storage/innodb and + NDBCluster code is in + storage/ndb. + If you get some strange errors during this stage, verify