mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix FreeBSD test errors. Also link with libexecinfo on FreeBSD for stacktrace functionality.
This commit is contained in:
parent
e3ffaed147
commit
ab58904367
4 changed files with 13 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ explain extended select round(5.5),round(-5.5);
|
|||
select round(5.64,1),round(5.64,2),round(5.64,-1),round(5.64,-2);
|
||||
select abs(-10), sign(-5), sign(5), sign(0);
|
||||
explain extended select abs(-10), sign(-5), sign(5), sign(0);
|
||||
--replace_result 2.0000000000000004 2
|
||||
select log(exp(10)),exp(log(sqrt(10))*2),log(-1),log(NULL),log(1,1),log(3,9),log(-1,2),log(NULL,2);
|
||||
explain extended select log(exp(10)),exp(log(sqrt(10))*2),log(-1),log(NULL),log(1,1),log(3,9),log(-1,2),log(NULL,2);
|
||||
select ln(exp(10)),exp(ln(sqrt(10))*2),ln(-1),ln(0),ln(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue