List:Commits« Previous MessageNext Message »
From:mhillyer Date:May 17 2006 11:10pm
Subject:svn commit - mysqldoc@docsrva: r2118 - in trunk: refman-4.1 refman-5.0 refman-5.1 workbench
View as plain text  
Author: mhillyer
Date: 2006-05-17 23:09:59 +0200 (Wed, 17 May 2006)
New Revision: 2118

Log:
Fix bug 9707.

Also some typo fixes on Workbench install chapter.

Modified:
   trunk/refman-4.1/data-types.xml
   trunk/refman-5.0/data-types.xml
   trunk/refman-5.1/data-types.xml
   trunk/workbench/workbench.xml

Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml	2006-05-17 19:49:36 UTC (rev 2117)
+++ trunk/refman-4.1/data-types.xml	2006-05-17 21:09:59 UTC (rev 2118)
@@ -2108,6 +2108,12 @@
     </para>
 
     <para>
+      <emphasis role="bold">Note</emphasis>: The
+      <literal>ZEROFILL</literal> attribute is stripped when a column is
+      involved in expressions or <literal>UNION</literal> queries.
+    </para>
+    
+    <para>
       All integer types can have an optional (non-standard) attribute
       <literal>UNSIGNED</literal>. Unsigned values can be used when you
       want to allow only non-negative numbers in a column and you need a

Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2006-05-17 19:49:36 UTC (rev 2117)
+++ trunk/refman-5.0/data-types.xml	2006-05-17 21:09:59 UTC (rev 2118)
@@ -2208,6 +2208,12 @@
     </para>
 
     <para>
+      <emphasis role="bold">Note</emphasis>: The
+      <literal>ZEROFILL</literal> attribute is stripped when a column is
+      involved in expressions or <literal>UNION</literal> queries.
+    </para>
+    
+    <para>
       All integer types can have an optional (non-standard) attribute
       <literal>UNSIGNED</literal>. Unsigned values can be used when you
       want to allow only non-negative numbers in a column and you need a

Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2006-05-17 19:49:36 UTC (rev 2117)
+++ trunk/refman-5.1/data-types.xml	2006-05-17 21:09:59 UTC (rev 2118)
@@ -2098,6 +2098,12 @@
     </para>
 
     <para>
+      <emphasis role="bold">Note</emphasis>: The
+      <literal>ZEROFILL</literal> attribute is stripped when a column is
+      involved in expressions or <literal>UNION</literal> queries.
+    </para>
+    
+    <para>
       All integer types can have an optional (non-standard) attribute
       <literal>UNSIGNED</literal>. Unsigned values can be used when you
       want to allow only non-negative numbers in a column and you need a

Modified: trunk/workbench/workbench.xml
===================================================================
--- trunk/workbench/workbench.xml	2006-05-17 19:49:36 UTC (rev 2117)
+++ trunk/workbench/workbench.xml	2006-05-17 21:09:59 UTC (rev 2118)
@@ -106,13 +106,13 @@
       </itemizedlist>
 
       <para>
-        Regardless of platform, a working <literal>OpenGL</literal>
-        installation is required. The installation of OpenGL is beyond
-        the scope of this article.
+        Regardless of platform, a working, current
+        <literal>OpenGL</literal> installation is required. The
+        installation of OpenGL is beyond the scope of this article.
       </para>
 
       <para>
-        Installation files for all supported packages can be downloaded
+        Installation files for all supported platforms can be downloaded
         from
         <ulink
          
url="http://dev.mysql.com/downloads/workbench/1.0.html">http://dev.mysql.com/downloads/workbench/1.0.html</ulink>.
@@ -170,12 +170,12 @@
 
       <para>
         Unless you choose otherwise, &workbench; is installed in
-       
<literal>C:\<replaceable>%PROGRAMFILES%</replaceable>\MySQL\&workbench;
+       
<literal>C:\<replaceable>%PROGRAMFILES%</replaceable>\MySQL\&workbench;\
         MySQLWorkbench.exe</literal>, where
         <replaceable>%PROGRAMFILES%</replaceable> is the default
         directory for programs on your machine. For example, this
         directory might be <literal>C:\Program Files</literal> or
-        <literal>C:\programme</literal>.
+        <literal>C:\Programme</literal>.
       </para>
 
       <para>
@@ -238,13 +238,15 @@
 
         <listitem>
           <para>
-            <literal>Gnome 2.10</literal> installed.
+            <literal>Gnome 2.10</literal> or newer installed.
           </para>
         </listitem>
 
         <listitem>
           <para>
-            <literal>glx</literal> installed and up to date.
+            <literal>glx</literal> enabled in your X server. This can be
+            checked by running <command>xdpyinfo|grep GLX</command> from
+            a shell -- if nothing is returned, glx is not enabled.
           </para>
         </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2118 - in trunk: refman-4.1 refman-5.0 refman-5.1 workbenchmhillyer17 May