mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix FreeBSD test errors. Also link with libexecinfo on FreeBSD for stacktrace functionality.
This commit is contained in:
@ -23,7 +23,9 @@ select old_password('');
|
||||
select password('gabbagabbahey');
|
||||
select old_password('idkfa');
|
||||
select length(password('1'));
|
||||
--replace_result 60 13
|
||||
select length(encrypt('test'));
|
||||
--replace_result \$2a\$04\$aO....................ql.D6ROU4Byvysj72xrV1ZAkrMKS8I6 aaqPiZY5xR5l.
|
||||
select encrypt('test','aa');
|
||||
select old_password(NULL);
|
||||
select password(NULL);
|
||||
|
Reference in New Issue
Block a user