Loading mysql-test/r/func_math.result +1 −0 Original line number Diff line number Diff line drop table if exists t1; select floor(5.5),floor(-5.5); floor(5.5) floor(-5.5) 5 -6 Loading mysql-test/t/func_math.test +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ # Test of math functions # --disable_warnings drop table if exists t1; --enable_warnings select floor(5.5),floor(-5.5); explain extended select floor(5.5),floor(-5.5); select ceiling(5.5),ceiling(-5.5); Loading Loading
mysql-test/r/func_math.result +1 −0 Original line number Diff line number Diff line drop table if exists t1; select floor(5.5),floor(-5.5); floor(5.5) floor(-5.5) 5 -6 Loading
mysql-test/t/func_math.test +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ # Test of math functions # --disable_warnings drop table if exists t1; --enable_warnings select floor(5.5),floor(-5.5); explain extended select floor(5.5),floor(-5.5); select ceiling(5.5),ceiling(-5.5); Loading