mariadb/mysql-test/t/func_crypt.test
2002-10-06 13:42:16 +04:00

3 lines
198 B
Text

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');