From: jon
Date: December 14 2005 2:40pm
Subject: svn commit - mysqldoc@docsrva: r558 - trunk/refman-5.1
List-Archive: http://lists.mysql.com/commits/157
Message-Id: <200512141440.jBEEeuBJ031885@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2005-12-14 15:40:55 +0100 (Wed, 14 Dec 2005)
New Revision: 558
Log:
Oops - Should have been storage/innobase, not storage/innodb.
Modified:
trunk/refman-5.1/installing.xml
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2005-12-14 13:03:36 UTC (rev 557)
+++ trunk/refman-5.1/installing.xml 2005-12-14 14:40:55 UTC (rev 558)
@@ -8525,7 +8525,7 @@
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
+ storage/innobase and
NDBCluster code is in
storage/ndb.