List:Commits« Previous MessageNext Message »
From:paul.dubois Date:March 2 2009 7:59pm
Subject:svn commit - mysqldoc@docsrva: r14022 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2009-03-02 19:59:30 +0100 (Mon, 02 Mar 2009)
New Revision: 14022

Log:
 r39144@frost:  paul | 2009-03-02 12:49:33 -0500
 Fix docs bug:
 Bug#42323: Documentation states identifiers can't have ASCII NULL incorrectly
 
 0x00 is ASCII NUL not ASCII 0
 0x00 is the only non-allowed character in 5.1+


Modified:
   trunk/refman-4.1/language-structure.xml
   trunk/refman-4.1/sql-syntax-data-manipulation.xml
   trunk/refman-5.0/language-structure-core.xml
   trunk/refman-5.0/sql-syntax-data-manipulation.xml
   trunk/refman-5.1/language-structure-core.xml
   trunk/refman-5.1/sql-syntax-data-manipulation.xml
   trunk/refman-6.0/language-structure-core.xml
   trunk/refman-6.0/sql-syntax-data-manipulation.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:39143
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36641
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:39144
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:36641


Modified: trunk/refman-4.1/language-structure.xml
===================================================================
--- trunk/refman-4.1/language-structure.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-4.1/language-structure.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 4; 1586 bytes

@@ -201,13 +201,13 @@
               <entry><literal>\0</literal>
 
                 <indexterm>
-                  <primary>\0 (ASCII 0)</primary>
+                  <primary>\0 (ASCII NUL)</primary>
                 </indexterm>
 
                 <indexterm>
                   <primary>NUL</primary>
                 </indexterm></entry>
-              <entry>An ASCII 0 (<literal>NUL</literal>)
character.</entry>
+              <entry>An ASCII NUL (<literal>0x00</literal>)
character.</entry>
             </row>
             <row>
               <entry><literal>\'</literal>

@@ -493,7 +493,7 @@
           <tbody>
             <row>
               <entry><literal>NUL</literal></entry>
-              <entry><literal>NUL</literal> byte (ASCII 0). Represent
this character by
+              <entry><literal>NUL</literal> byte
(<literal>0x00</literal>). Represent this character by
                 <quote><literal>\0</literal></quote> (a backslash
                 followed by an ASCII
<quote><literal>0</literal></quote>
                 character).</entry>

@@ -977,7 +977,7 @@
 
       <listitem>
         <para>
-          No identifier can contain ASCII 0 (<literal>0x00</literal>) or
+          No identifier can contain ASCII NUL (<literal>0x00</literal>) or
           a byte with a value of 255.
         </para>
       </listitem>


Modified: trunk/refman-4.1/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-4.1/sql-syntax-data-manipulation.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-4.1/sql-syntax-data-manipulation.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 844 bytes

@@ -2704,13 +2704,13 @@
             <entry><literal>\0</literal>
 
               <indexterm>
-                <primary>\0 (ASCII 0)</primary>
+                <primary>\0 (ASCII NUL)</primary>
               </indexterm>
 
               <indexterm>
                 <primary>NUL</primary>
               </indexterm></entry>
-            <entry>An ASCII 0 (<literal>NUL</literal>)
character</entry>
+            <entry>An ASCII NUL (<literal>0x00</literal>)
character</entry>
           </row>
           <row>
             <entry><literal>\b</literal>


Modified: trunk/refman-5.0/language-structure-core.xml
===================================================================
--- trunk/refman-5.0/language-structure-core.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-5.0/language-structure-core.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 4; 1603 bytes

@@ -204,13 +204,13 @@
               <entry><literal>\0</literal>
 
                 <indexterm>
-                  <primary>\0 (ASCII 0)</primary>
+                  <primary>\0 (ASCII NUL)</primary>
                 </indexterm>
 
                 <indexterm>
                   <primary>NUL</primary>
                 </indexterm></entry>
-              <entry>An ASCII 0 (<literal>NUL</literal>)
character.</entry>
+              <entry>An ASCII NUL (<literal>0x00</literal>)
character.</entry>
             </row>
             <row>
               <entry><literal>\'</literal>

@@ -496,7 +496,7 @@
           <tbody>
             <row>
               <entry><literal>NUL</literal></entry>
-              <entry><literal>NUL</literal> byte (ASCII 0). Represent
this character by
+              <entry><literal>NUL</literal> byte
(<literal>0x00</literal>). Represent this character by
                 <quote><literal>\0</literal></quote> (a backslash
                 followed by an ASCII
<quote><literal>0</literal></quote>
                 character).</entry>

@@ -1033,7 +1033,7 @@
 
       <listitem>
         <para>
-          No identifier can contain ASCII 0 (<literal>0x00</literal>) or
+          No identifier can contain ASCII NUL (<literal>0x00</literal>) or
           a byte with a value of 255.
         </para>
       </listitem>


Modified: trunk/refman-5.0/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-data-manipulation.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-5.0/sql-syntax-data-manipulation.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 844 bytes

@@ -2834,13 +2834,13 @@
             <entry><literal>\0</literal>
 
               <indexterm>
-                <primary>\0 (ASCII 0)</primary>
+                <primary>\0 (ASCII NUL)</primary>
               </indexterm>
 
               <indexterm>
                 <primary>NUL</primary>
               </indexterm></entry>
-            <entry>An ASCII 0 (<literal>NUL</literal>)
character</entry>
+            <entry>An ASCII NUL (<literal>0x00</literal>)
character</entry>
           </row>
           <row>
             <entry><literal>\b</literal>


Modified: trunk/refman-5.1/language-structure-core.xml
===================================================================
--- trunk/refman-5.1/language-structure-core.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-5.1/language-structure-core.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 5; 1602 bytes

@@ -204,13 +204,13 @@
               <entry><literal>\0</literal>
 
                 <indexterm>
-                  <primary>\0 (ASCII 0)</primary>
+                  <primary>\0 (ASCII NUL)</primary>
                 </indexterm>
 
                 <indexterm>
                   <primary>NUL</primary>
                 </indexterm></entry>
-              <entry>An ASCII 0 (<literal>NUL</literal>)
character.</entry>
+              <entry>An ASCII NUL (<literal>0x00</literal>)
character.</entry>
             </row>
             <row>
               <entry><literal>\'</literal>

@@ -496,7 +496,7 @@
           <tbody>
             <row>
               <entry><literal>NUL</literal></entry>
-              <entry><literal>NUL</literal> byte (ASCII 0). Represent
this character by
+              <entry><literal>NUL</literal> byte
(<literal>0x00</literal>). Represent this character by
                 <quote><literal>\0</literal></quote> (a backslash
                 followed by an ASCII
<quote><literal>0</literal></quote>
                 character).</entry>

@@ -1033,8 +1033,7 @@
 
       <listitem>
         <para>
-          No identifier can contain ASCII 0 (<literal>0x00</literal>) or
-          a byte with a value of 255.
+          No identifier can contain ASCII NUL (<literal>0x00</literal>).
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-data-manipulation.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-5.1/sql-syntax-data-manipulation.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 844 bytes

@@ -2918,13 +2918,13 @@
             <entry><literal>\0</literal>
 
               <indexterm>
-                <primary>\0 (ASCII 0)</primary>
+                <primary>\0 (ASCII NUL)</primary>
               </indexterm>
 
               <indexterm>
                 <primary>NUL</primary>
               </indexterm></entry>
-            <entry>An ASCII 0 (<literal>NUL</literal>)
character</entry>
+            <entry>An ASCII NUL (<literal>0x00</literal>)
character</entry>
           </row>
           <row>
             <entry><literal>\b</literal>


Modified: trunk/refman-6.0/language-structure-core.xml
===================================================================
--- trunk/refman-6.0/language-structure-core.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-6.0/language-structure-core.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 5; 1602 bytes

@@ -202,13 +202,13 @@
               <entry><literal>\0</literal>
 
                 <indexterm>
-                  <primary>\0 (ASCII 0)</primary>
+                  <primary>\0 (ASCII NUL)</primary>
                 </indexterm>
 
                 <indexterm>
                   <primary>NUL</primary>
                 </indexterm></entry>
-              <entry>An ASCII 0 (<literal>NUL</literal>)
character.</entry>
+              <entry>An ASCII NUL (<literal>0x00</literal>)
character.</entry>
             </row>
             <row>
               <entry><literal>\'</literal>

@@ -494,7 +494,7 @@
           <tbody>
             <row>
               <entry><literal>NUL</literal></entry>
-              <entry><literal>NUL</literal> byte (ASCII 0). Represent
this character by
+              <entry><literal>NUL</literal> byte
(<literal>0x00</literal>). Represent this character by
                 <quote><literal>\0</literal></quote> (a backslash
                 followed by an ASCII
<quote><literal>0</literal></quote>
                 character).</entry>

@@ -1031,8 +1031,7 @@
 
       <listitem>
         <para>
-          No identifier can contain ASCII 0 (<literal>0x00</literal>) or
-          a byte with a value of 255.
+          No identifier can contain ASCII NUL (<literal>0x00</literal>).
         </para>
       </listitem>
 


Modified: trunk/refman-6.0/sql-syntax-data-manipulation.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-data-manipulation.xml	2009-03-02 18:59:21 UTC (rev 14021)
+++ trunk/refman-6.0/sql-syntax-data-manipulation.xml	2009-03-02 18:59:30 UTC (rev 14022)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 844 bytes

@@ -2938,13 +2938,13 @@
             <entry><literal>\0</literal>
 
               <indexterm>
-                <primary>\0 (ASCII 0)</primary>
+                <primary>\0 (ASCII NUL)</primary>
               </indexterm>
 
               <indexterm>
                 <primary>NUL</primary>
               </indexterm></entry>
-            <entry>An ASCII 0 (<literal>NUL</literal>)
character</entry>
+            <entry>An ASCII NUL (<literal>0x00</literal>)
character</entry>
           </row>
           <row>
             <entry><literal>\b</literal>


Thread
svn commit - mysqldoc@docsrva: r14022 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0paul.dubois2 Mar 2009