List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 30 2008 4:01pm
Subject:svn commit - mysqldoc@docsrva: r11446 - trunk/refman-6.0
View as plain text  
Author: mcbrown
Date: 2008-07-30 18:01:24 +0200 (Wed, 30 Jul 2008)
New Revision: 11446

Log:
Adding a note about additional supported platforms in Falcon (WL#4132)



Modified:
   trunk/refman-6.0/se-falcon-core.xml


Modified: trunk/refman-6.0/se-falcon-core.xml
===================================================================
--- trunk/refman-6.0/se-falcon-core.xml	2008-07-30 15:58:23 UTC (rev 11445)
+++ trunk/refman-6.0/se-falcon-core.xml	2008-07-30 16:01:24 UTC (rev 11446)
Changed blocks: 2, Lines Added: 14, Lines Deleted: 4; 1631 bytes

@@ -27,9 +27,11 @@
   </para>
 
   <para>
-    <literal>Falcon</literal> is currently available only for the 32-bit
-    Windows and 32-bit or 64-bit Linux operating systems. Additional
-    platforms will be added after the alpha release.
+    <literal>Falcon</literal> is available for the 32-bit Windows and
+    32-bit or 64-bit Linux operating systems. As of MySQL 6.0.4 and
+    later, support is also provided for Mac OS X on x86 or PowerPC and
+    Solaris/Linux on SPARC platforms. Additional platforms will be added
+    after the alpha release.
   </para>
 
   <section id="se-falcon-features">

@@ -1651,7 +1653,15 @@
 
     <itemizedlist>
 
-<listitem><para>When creating temporary tables within <literal>Falcon</literal>, the tables are automatically created in the <literal>FALCON_TEMPORARY</literal> tablespace. If you specify an alternate tablespace to the <literal>CREATE TABLE</literal> statement then a warning will be issued.</para></listitem>
+      <listitem>
+        <para>
+          When creating temporary tables within
+          <literal>Falcon</literal>, the tables are automatically
+          created in the <literal>FALCON_TEMPORARY</literal> tablespace.
+          If you specify an alternate tablespace to the <literal>CREATE
+          TABLE</literal> statement then a warning will be issued.
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r11446 - trunk/refman-6.0mcbrown30 Jul