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