summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_math.test
diff options
context:
space:
mode:
authorunknown <ramil@mysql.com>2005-04-27 19:06:47 +0500
committerunknown <ramil@mysql.com>2005-04-27 19:06:47 +0500
commita082303fe147a4d456e845d1c7f901f15cefabc8 (patch)
treee504fac2e81ecd414c9a5c3858e304e716798c56 /mysql-test/t/func_math.test
parentfeff6b6a59780a22c9029d40ef72e5b2de4d90e0 (diff)
downloadmariadb-git-a082303fe147a4d456e845d1c7f901f15cefabc8.tar.gz
after-merge fix
mysql-test/r/func_math.result: after merge fix: the test should be added after we have new hf's pm code pushed. mysql-test/t/func_math.test: after merge fix: the test should be added after we have new hf's pm code pushed.
Diffstat (limited to 'mysql-test/t/func_math.test')
-rw-r--r--mysql-test/t/func_math.test9
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/t/func_math.test b/mysql-test/t/func_math.test
index 4c24dae8c5d..33b672e42b5 100644
--- a/mysql-test/t/func_math.test
+++ b/mysql-test/t/func_math.test
@@ -62,12 +62,3 @@ explain extended select degrees(pi()),radians(360);
--error 1054
select rand(rand);
-
-#
-# Bug #9837: problem with round()
-#
-
-create table t1 select round(1, 6);
-show create table t1;
-select * from t1;
-drop table t1;