List:Commits« Previous MessageNext Message »
From:paul Date:June 4 2008 1:24pm
Subject:svn commit - mysqldoc@docsrva: r10888 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0
View as plain text  
Author: paul
Date: 2008-06-04 15:24:01 +0200 (Wed, 04 Jun 2008)
New Revision: 10888

Log:
 r31845@frost:  paul | 2008-06-04 15:03:19 +0200
 Initial UUID_SHORT() description (Bug#36999)


Modified:
   trunk/it/refman-5.1/functions-core.xml
   trunk/pt/refman-5.1/functions-core.xml
   trunk/refman-5.1/functions-core.xml
   trunk/refman-6.0/functions-core.xml

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


Modified: trunk/it/refman-5.1/functions-core.xml
===================================================================
--- trunk/it/refman-5.1/functions-core.xml	2008-06-04 11:49:03 UTC (rev 10887)
+++ trunk/it/refman-5.1/functions-core.xml	2008-06-04 13:24:01 UTC (rev 10888)
Changed blocks: 1, Lines Added: 44, Lines Deleted: 1; 1830 bytes

@@ -17397,11 +17397,54 @@
 
           <para>
             Note that <function role="sql">UUID()</function> does not
-            yet work with replication.
+            work with statement-based replication.
           </para>
         </listitem>
 
         <listitem>
+          <remark role="help-topic" condition="UUID_SHORT"/>
+
+          <remark role="help-syntax-begin"/>
+
+          <para id="function_uuid">
+            <indexterm>
+              <primary>UUID_SHORT()</primary>
+            </indexterm>
+
+            <function role="sql">UUID_SHORT()</function>
+          </para>
+
+          <remark role="help-syntax-end"/>
+
+          <remark role="help-description-begin"/>
+
+          <para>
+            Returns a <quote>short</quote> universal identifier as a
+            64-bit unsigned integer (rather than a string-form 128-bit
+            identifier as returned by the
+            <function role="sql">UUID()</function> function).
+          </para>
+
+          <remark role="help-description-end"/>
+
+          <remark role="help-example"/>
+
+<programlisting>
+mysql&gt; <userinput>SELECT UUID_SHORT();</userinput>
+        -&gt; 92395783831158784 
+</programlisting>
+
+          <para>
+            Note that <function role="sql">UUID_SHORT()</function> does
+            not work with statement-based replication.
+          </para>
+
+          <para>
+            This function was added in MySQL 5.1.20.
+          </para>
+        </listitem>
+
+        <listitem>
           <remark role="help-topic" condition="VALUES"/>
 
           <remark role="help-syntax-begin"/>


Modified: trunk/pt/refman-5.1/functions-core.xml
===================================================================
--- trunk/pt/refman-5.1/functions-core.xml	2008-06-04 11:49:03 UTC (rev 10887)
+++ trunk/pt/refman-5.1/functions-core.xml	2008-06-04 13:24:01 UTC (rev 10888)
Changed blocks: 1, Lines Added: 44, Lines Deleted: 1; 1830 bytes

@@ -17397,11 +17397,54 @@
 
           <para>
             Note that <function role="sql">UUID()</function> does not
-            yet work with replication.
+            work with statement-based replication.
           </para>
         </listitem>
 
         <listitem>
+          <remark role="help-topic" condition="UUID_SHORT"/>
+
+          <remark role="help-syntax-begin"/>
+
+          <para id="function_uuid">
+            <indexterm>
+              <primary>UUID_SHORT()</primary>
+            </indexterm>
+
+            <function role="sql">UUID_SHORT()</function>
+          </para>
+
+          <remark role="help-syntax-end"/>
+
+          <remark role="help-description-begin"/>
+
+          <para>
+            Returns a <quote>short</quote> universal identifier as a
+            64-bit unsigned integer (rather than a string-form 128-bit
+            identifier as returned by the
+            <function role="sql">UUID()</function> function).
+          </para>
+
+          <remark role="help-description-end"/>
+
+          <remark role="help-example"/>
+
+<programlisting>
+mysql&gt; <userinput>SELECT UUID_SHORT();</userinput>
+        -&gt; 92395783831158784 
+</programlisting>
+
+          <para>
+            Note that <function role="sql">UUID_SHORT()</function> does
+            not work with statement-based replication.
+          </para>
+
+          <para>
+            This function was added in MySQL 5.1.20.
+          </para>
+        </listitem>
+
+        <listitem>
           <remark role="help-topic" condition="VALUES"/>
 
           <remark role="help-syntax-begin"/>


Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml	2008-06-04 11:49:03 UTC (rev 10887)
+++ trunk/refman-5.1/functions-core.xml	2008-06-04 13:24:01 UTC (rev 10888)
Changed blocks: 1, Lines Added: 44, Lines Deleted: 1; 1821 bytes

@@ -17397,11 +17397,54 @@
 
           <para>
             Note that <function role="sql">UUID()</function> does not
-            yet work with replication.
+            work with statement-based replication.
           </para>
         </listitem>
 
         <listitem>
+          <remark role="help-topic" condition="UUID_SHORT"/>
+
+          <remark role="help-syntax-begin"/>
+
+          <para id="function_uuid">
+            <indexterm>
+              <primary>UUID_SHORT()</primary>
+            </indexterm>
+
+            <function role="sql">UUID_SHORT()</function>
+          </para>
+
+          <remark role="help-syntax-end"/>
+
+          <remark role="help-description-begin"/>
+
+          <para>
+            Returns a <quote>short</quote> universal identifier as a
+            64-bit unsigned integer (rather than a string-form 128-bit
+            identifier as returned by the
+            <function role="sql">UUID()</function> function).
+          </para>
+
+          <remark role="help-description-end"/>
+
+          <remark role="help-example"/>
+
+<programlisting>
+mysql&gt; <userinput>SELECT UUID_SHORT();</userinput>
+        -&gt; 92395783831158784 
+</programlisting>
+
+          <para>
+            Note that <function role="sql">UUID_SHORT()</function> does
+            not work with statement-based replication.
+          </para>
+
+          <para>
+            This function was added in MySQL 5.1.20.
+          </para>
+        </listitem>
+
+        <listitem>
           <remark role="help-topic" condition="VALUES"/>
 
           <remark role="help-syntax-begin"/>


Modified: trunk/refman-6.0/functions-core.xml
===================================================================
--- trunk/refman-6.0/functions-core.xml	2008-06-04 11:49:03 UTC (rev 10887)
+++ trunk/refman-6.0/functions-core.xml	2008-06-04 13:24:01 UTC (rev 10888)
Changed blocks: 1, Lines Added: 40, Lines Deleted: 1; 1732 bytes

@@ -17836,11 +17836,50 @@
 
           <para>
             Note that <function role="sql">UUID()</function> does not
-            yet work with replication.
+            work with statement-based replication.
           </para>
         </listitem>
 
         <listitem>
+          <remark role="help-topic" condition="UUID_SHORT"/>
+
+          <remark role="help-syntax-begin"/>
+
+          <para id="function_uuid">
+            <indexterm>
+              <primary>UUID_SHORT()</primary>
+            </indexterm>
+
+            <function role="sql">UUID_SHORT()</function>
+          </para>
+
+          <remark role="help-syntax-end"/>
+
+          <remark role="help-description-begin"/>
+
+          <para>
+            Returns a <quote>short</quote> universal identifier as a
+            64-bit unsigned integer (rather than a string-form 128-bit
+            identifier as returned by the
+            <function role="sql">UUID()</function> function).
+          </para>
+
+          <remark role="help-description-end"/>
+
+          <remark role="help-example"/>
+
+<programlisting>
+mysql&gt; <userinput>SELECT UUID_SHORT();</userinput>
+        -&gt; 92395783831158784 
+</programlisting>
+
+          <para>
+            Note that <function role="sql">UUID_SHORT()</function> does
+            not work with statement-based replication.
+          </para>
+        </listitem>
+
+        <listitem>
           <remark role="help-topic" condition="VALUES"/>
 
           <remark role="help-syntax-begin"/>


Thread
svn commit - mysqldoc@docsrva: r10888 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-5.1 refman-6.0paul4 Jun