mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
1b9b042654
Don't make OLD_PASSWORD() a reserved word
6 lines
237 B
Text
6 lines
237 B
Text
-- source include/have_crypt.inc
|
|
|
|
select length(encrypt('foo', 'ff')) <> 0;
|
|
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
|
|
select old_password('test'), password('test');
|
|
select length(encrypt('test')), encrypt('test','aa');
|