List:Commits« Previous MessageNext Message »
From:stefan Date:July 7 2006 5:03pm
Subject:svn commit - mysqldoc@docsrva: r2679 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2006-07-07 19:03:26 +0200 (Fri, 07 Jul 2006)
New Revision: 2679

Log:
Remove misleading list item about BDB tables

Modified:
   trunk/refman-common/what-is.en.xml

Modified: trunk/refman-common/what-is.en.xml
===================================================================
--- trunk/refman-common/what-is.en.xml	2006-07-07 16:09:20 UTC (rev 2678)
+++ trunk/refman-common/what-is.en.xml	2006-07-07 17:03:26 UTC (rev 2679)
@@ -570,7 +570,7 @@
         <para>
           Clients can connect to the MySQL server using TCP/IP sockets
           on any platform. On Windows systems in the NT family (NT,
-          2000, XP, or 2003), clients can connect using named pipes. On
+          2000, XP, 2003, or Vista), clients can connect using named pipes. On
           Unix systems, clients can connect using Unix domain socket
           files.
         </para>
@@ -782,18 +782,6 @@
 
       <listitem>
         <para>
-          <literal>BDB</literal> tables (Stable)
-        </para>
-
-        <para>
-          The <literal>Berkeley DB</literal> code is very stable, but we
-          are still improving the <literal>BDB</literal> transactional
-          storage engine interface in MySQL Server.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           Full-text searches (Stable)
         </para>
 

Thread
svn commit - mysqldoc@docsrva: r2679 - trunk/refman-commonstefan7 Jul