summaryrefslogtreecommitdiff
path: root/mysql-test/include/weight_string_chde.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/weight_string_chde.inc')
-rw-r--r--mysql-test/include/weight_string_chde.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/weight_string_chde.inc b/mysql-test/include/weight_string_chde.inc
index 97c929605f9..54852a8c203 100644
--- a/mysql-test/include/weight_string_chde.inc
+++ b/mysql-test/include/weight_string_chde.inc
@@ -1,3 +1,5 @@
+#enable after fix MDEV-29290
+--disable_view_protocol
select @@collation_connection;
select collation(cast(_latin1 0xDF as char));
select hex(weight_string('s'));
@@ -57,3 +59,4 @@ select hex(weight_string(cast(_latin1 0xDF6368 as char), 2, 4,0xC0));
select hex(weight_string(cast(_latin1 0xDF6368 as char), 3, 4,0xC0));
select hex(weight_string(cast(_latin1 0xDF6368 as char), 4, 4,0xC0));
select hex(weight_string(cast(_latin1 0xDF6368 as char),25, 4,0xC0));
+--enable_view_protocol