mirror of
https://github.com/MariaDB/server.git
synced 2025-05-04 06:05:05 +03:00

New HEX() function. Final (?) cleanup of des_encrypt() / des_decrypt(). Added missing files to Makefiles.
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
select length(encrypt('foo', 'ff')) <> 0;
|
|
length(encrypt('foo', 'ff')) <> 0
|
|
1
|
|
select password('test'),length(encrypt('test')),encrypt('test','aa');
|
|
password('test') length(encrypt('test')) encrypt('test','aa')
|
|
378b243e220ca493 13 aaqPiZY5xR5l.
|