summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_math.test
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-19 18:35:49 +0200
committerunknown <monty@mysql.com>2004-03-19 18:35:49 +0200
commit380bd1d9096ae2ef9f11fcd06c6dded8fa369ece (patch)
tree92858ca4f1ed5bff7d4d9f28e7e01146f3e21cba /mysql-test/t/func_math.test
parent28813a9ea9b5149b7c370f616232ea60dadf852c (diff)
parent86ae07cd2477506513a47a8c0d7600f59422c7e1 (diff)
downloadmariadb-git-380bd1d9096ae2ef9f11fcd06c6dded8fa369ece.tar.gz
merge with 4.0 to get portability fixes
mysql-test/mysql-test-run.sh: Auto merged mysql-test/t/rpl_error_ignored_table.test: Auto merged BitKeeper/deleted/.del-mysql_fix_privilege_tables.sql: Auto merged
Diffstat (limited to 'mysql-test/t/func_math.test')
-rw-r--r--mysql-test/t/func_math.test8
1 files changed, 5 insertions, 3 deletions
diff --git a/mysql-test/t/func_math.test b/mysql-test/t/func_math.test
index 242295f2018..36ad2dfb0a2 100644
--- a/mysql-test/t/func_math.test
+++ b/mysql-test/t/func_math.test
@@ -45,7 +45,9 @@ SELECT ASIN(1.2-0.2);
# Bug #3051 FLOOR returns invalid
#
-select floor(log(4)/log(2));
-select floor(log(8)/log(2));
-select floor(log(16)/log(2));
+# This can't be tested as it's not portable
+#select floor(log(4)/log(2));
+#select floor(log(8)/log(2));
+#select floor(log(16)/log(2));
+
explain extended select degrees(pi()),radians(360);