Author: mcbrown
Date: 2006-07-30 15:58:15 +0200 (Sun, 30 Jul 2006)
New Revision: 2894
Log:
Fixing typo in descrypt/DESCIPT() (from reader)
Modified:
trunk/refman-4.1/functions.xml
trunk/refman-5.0/functions.xml
trunk/refman-5.1/functions.xml
Modified: trunk/refman-4.1/functions.xml
===================================================================
--- trunk/refman-4.1/functions.xml 2006-07-30 13:55:11 UTC (rev 2893)
+++ trunk/refman-4.1/functions.xml 2006-07-30 13:58:15 UTC (rev 2894)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 820 bytes
@@ -11854,8 +11854,8 @@
<para>
<literal>AES_ENCRYPT()</literal> encrypts a string and
- returns a binary string. <literal>AES_DESCRIPT()</literal>
- descrypts the encrypted string and returns the original
+ returns a binary string. <literal>AES_DECRYPT()</literal>
+ decrypts the encrypted string and returns the original
string. The input arguments may be any length. If either
argument is <literal>NULL</literal>, the result of this
function is also <literal>NULL</literal>.
Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml 2006-07-30 13:55:11 UTC (rev 2893)
+++ trunk/refman-5.0/functions.xml 2006-07-30 13:58:15 UTC (rev 2894)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 820 bytes
@@ -11989,8 +11989,8 @@
<para>
<literal>AES_ENCRYPT()</literal> encrypts a string and
- returns a binary string. <literal>AES_DESCRIPT()</literal>
- descrypts the encrypted string and returns the original
+ returns a binary string. <literal>AES_DECRYPT()</literal>
+ decrypts the encrypted string and returns the original
string. The input arguments may be any length. If either
argument is <literal>NULL</literal>, the result of this
function is also <literal>NULL</literal>.
Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml 2006-07-30 13:55:11 UTC (rev 2893)
+++ trunk/refman-5.1/functions.xml 2006-07-30 13:58:15 UTC (rev 2894)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 820 bytes
@@ -12561,8 +12561,8 @@
<para>
<literal>AES_ENCRYPT()</literal> encrypts a string and
- returns a binary string. <literal>AES_DESCRIPT()</literal>
- descrypts the encrypted string and returns the original
+ returns a binary string. <literal>AES_DECRYPT()</literal>
+ decrypts the encrypted string and returns the original
string. The input arguments may be any length. If either
argument is <literal>NULL</literal>, the result of this
function is also <literal>NULL</literal>.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2894 - in trunk: refman-4.1 refman-5.0 refman-5.1 | mcbrown | 30 Jul |