summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_crypt.test
blob: 55c0d6d3b9deee39b45b9b4eee2685e0bbd08c43 (plain)
1
2
3
4
5
-- source include/have_crypt.inc

select length(encrypt('foo', 'ff')) <> 0;
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
select password('test'),length(encrypt('test')),encrypt('test','aa');