summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_crypt.test
blob: 812bdade39f0d08643a88d90bb11212c0ffd427f (plain)
1
2
3
select length(encrypt('foo', 'ff')) <> 0;
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
select old_password('test'),length(password("1")),length(encrypt('test')),encrypt('test','aa');