List:Internals« Previous MessageNext Message »
From:shinz Date:November 18 2005 4:09pm
Subject:svn commit - mysqldoc@docsrva: r359 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2005-11-18 16:09:19 +0100 (Fri, 18 Nov 2005)
New Revision: 359

Log:
Replace old PASSWORD() output with new one (Bug #15007)

Modified:
   trunk/refman-5.0/functions.xml
   trunk/refman-5.1/functions.xml

Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml	2005-11-18 01:32:03 UTC (rev 358)
+++ trunk/refman-5.0/functions.xml	2005-11-18 15:09:19 UTC (rev 359)
@@ -12011,7 +12011,7 @@
 
 <programlisting>
 mysql&gt; <userinput>SELECT PASSWORD('badpwd');</userinput>
-        -&gt; '7f84554057dd964b'
+  -&gt; '*AAB3E285149C0135D51A520E1940DD3263DC008C'
 </programlisting>
 
           <para>

Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml	2005-11-18 01:32:03 UTC (rev 358)
+++ trunk/refman-5.1/functions.xml	2005-11-18 15:09:19 UTC (rev 359)
@@ -11946,7 +11946,7 @@
 
 <programlisting>
 mysql&gt; <userinput>SELECT PASSWORD('badpwd');</userinput>
-        -&gt; '7f84554057dd964b'
+  -&gt; '*AAB3E285149C0135D51A520E1940DD3263DC008C'
 </programlisting>
 
           <para>

Thread
svn commit - mysqldoc@docsrva: r359 - in trunk: refman-5.0 refman-5.1shinz18 Nov