summaryrefslogtreecommitdiff
path: root/mysql-test/main/ctype_utf8mb4_heap.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/ctype_utf8mb4_heap.result')
-rw-r--r--mysql-test/main/ctype_utf8mb4_heap.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/main/ctype_utf8mb4_heap.result b/mysql-test/main/ctype_utf8mb4_heap.result
index 4aef2d8cb66..9eb7d48370f 100644
--- a/mysql-test/main/ctype_utf8mb4_heap.result
+++ b/mysql-test/main/ctype_utf8mb4_heap.result
@@ -2203,10 +2203,10 @@ drop table t1;
#
# Check strnxfrm() with odd length
#
-set max_sort_length=9;
+set max_sort_length=65;
select @@max_sort_length;
@@max_sort_length
-9
+65
create table t1 (a varchar(128) character set utf8mb4 collate utf8mb4_general_ci) engine heap;
insert into t1 values ('a'),('b'),('c');
select * from t1 order by a;