diff options
author | peter@mysql.com <> | 2002-10-06 13:42:16 +0400 |
---|---|---|
committer | peter@mysql.com <> | 2002-10-06 13:42:16 +0400 |
commit | d21402052c05e94a0538941fb9f135291bf58b07 (patch) | |
tree | ec440e8cca80b5a48de9c9b085968243421b8b8d /mysql-test/t/func_crypt.test | |
parent | de57e9ba3520d2e6a8cf92908af5ef8c43bb6760 (diff) | |
download | mariadb-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.test | 2 |
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'); |