summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf16.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_utf16.test')
-rw-r--r--mysql-test/main/ctype_utf16.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/main/ctype_utf16.test b/mysql-test/main/ctype_utf16.test
index 504e62e3e89..0e497b7b7bd 100644
--- a/mysql-test/main/ctype_utf16.test
+++ b/mysql-test/main/ctype_utf16.test
@@ -765,9 +765,10 @@ DROP TABLE t1;
--echo # DATE_ADD/DATE_SUB WITH INTERVAL CRASHES IN GET_INTERVAL_VALUE()
--echo #
+let $max_packet=`select @@max_allowed_packet`;
+--replace_result $max_packet XXX
SELECT space(date_add(101, INTERVAL CHAR('1' USING utf16) hour_second));
-
--echo #
--echo # Bug#11750518 41090: ORDER BY TRUNCATES GROUP_CONCAT RESULT
--echo #