summaryrefslogtreecommitdiff
path: root/mysql-test/t/ctype_ucs.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/ctype_ucs.test')
-rw-r--r--mysql-test/t/ctype_ucs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ctype_ucs.test b/mysql-test/t/ctype_ucs.test
index 5dd0a5f426c..18fe32c526b 100644
--- a/mysql-test/t/ctype_ucs.test
+++ b/mysql-test/t/ctype_ucs.test
@@ -882,7 +882,7 @@ DO CAST(CONVERT('' USING ucs2) AS UNSIGNED);
CREATE TABLE t1 (a DECIMAL(2,0));
SET sql_mode='strict_all_tables';
---error ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
+--error ER_WARN_DATA_OUT_OF_RANGE
INSERT INTO t1 VALUES (CONVERT('9e99999999' USING ucs2));
SET sql_mode=DEFAULT;