summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_math.result
diff options
context:
space:
mode:
authorSergey Glukhov <sergey.glukhov@oracle.com>2011-03-28 12:52:47 +0400
committerSergey Glukhov <sergey.glukhov@oracle.com>2011-03-28 12:52:47 +0400
commit4ab6313b81e12fd6f6e0edf6f04403eff53ea913 (patch)
tree2bb3251262891d9d8923ebadb0d566ee47cc322f /mysql-test/r/func_math.result
parentb1b17093c890d622e38db4667eb3bd24127251e5 (diff)
parenta88faf2a4af5f60722647a8e01de6aac20305bb7 (diff)
downloadmariadb-git-4ab6313b81e12fd6f6e0edf6f04403eff53ea913.tar.gz
5.1 -> 5.5 merge
Diffstat (limited to 'mysql-test/r/func_math.result')
-rw-r--r--mysql-test/r/func_math.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/func_math.result b/mysql-test/r/func_math.result
index 57ec0cc0aca..525ee0dc506 100644
--- a/mysql-test/r/func_math.result
+++ b/mysql-test/r/func_math.result
@@ -514,6 +514,13 @@ t1 CREATE TABLE `t1` (
`C` varchar(23) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
DROP TABLE t1;
+#
+# Bug#11764994 57900: CREATE TABLE .. SELECT ASSERTS SCALE >= 0 && PRECISION > 0 && SCALE <= PR
+#
+CREATE TABLE t1 SELECT CEIL(LINESTRINGFROMWKB(1) DIV NULL);
+DROP TABLE t1;
+CREATE TABLE t1 SELECT FLOOR(LINESTRINGFROMWKB(1) DIV NULL);
+DROP TABLE t1;
End of 5.1 tests
#
# Bug #8433: Overflow must be an error