summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_crypt.test
diff options
context:
space:
mode:
authorpeter@mysql.com <>2002-10-06 13:42:16 +0400
committerpeter@mysql.com <>2002-10-06 13:42:16 +0400
commitd21402052c05e94a0538941fb9f135291bf58b07 (patch)
treeec440e8cca80b5a48de9c9b085968243421b8b8d /mysql-test/t/func_crypt.test
parentde57e9ba3520d2e6a8cf92908af5ef8c43bb6760 (diff)
downloadmariadb-git-d21402052c05e94a0538941fb9f135291bf58b07.tar.gz
One more commit to do the merge of new 4.1 tree
Diffstat (limited to 'mysql-test/t/func_crypt.test')
-rw-r--r--mysql-test/t/func_crypt.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_crypt.test b/mysql-test/t/func_crypt.test
index f01504d3691..812bdade39f 100644
--- a/mysql-test/t/func_crypt.test
+++ b/mysql-test/t/func_crypt.test
@@ -1,3 +1,3 @@
select length(encrypt('foo', 'ff')) <> 0;
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
-select password('test'),length(encrypt('test')),encrypt('test','aa');
+select old_password('test'),length(password("1")),length(encrypt('test')),encrypt('test','aa');