summaryrefslogtreecommitdiff
path: root/mysql-test/r/dyncol.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/dyncol.result')
-rw-r--r--mysql-test/r/dyncol.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/dyncol.result b/mysql-test/r/dyncol.result
index 6014f5d0149..efe519fe3f9 100644
--- a/mysql-test/r/dyncol.result
+++ b/mysql-test/r/dyncol.result
@@ -1437,6 +1437,12 @@ DROP table t1;
#
# end of 5.3 tests
#
+select column_get(column_create(1, "18446744073709552001" as char), 1 as int);
+column_get(column_create(1, "18446744073709552001" as char), 1 as int)
+-1
+Warnings:
+Warning 1918 Encountered illegal value '18446744073709552001' when converting to INT
+Note 1105 Cast to signed converted positive out-of-range integer to it's negative complement
#
# test of symbolic names
#