From ab589043670145c95ff372021bab19464b6036e2 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Fri, 4 May 2012 14:02:35 +0200 Subject: Fix FreeBSD test errors. Also link with libexecinfo on FreeBSD for stacktrace functionality. --- mysql-test/t/func_math.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/func_math.test') diff --git a/mysql-test/t/func_math.test b/mysql-test/t/func_math.test index a1df990fa8e..b843cf8c364 100644 --- a/mysql-test/t/func_math.test +++ b/mysql-test/t/func_math.test @@ -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); -- cgit v1.2.1