summaryrefslogtreecommitdiff
path: root/mysql-test/include/weight_string_8140.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/weight_string_8140.inc')
-rw-r--r--mysql-test/include/weight_string_8140.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/include/weight_string_8140.inc b/mysql-test/include/weight_string_8140.inc
index f91d40a1381..5e1351e3680 100644
--- a/mysql-test/include/weight_string_8140.inc
+++ b/mysql-test/include/weight_string_8140.inc
@@ -1,3 +1,5 @@
+#enable after fix MDEV-29290
+--disable_view_protocol
select collation(cast(0x8140 as char));
select hex(weight_string(cast(0x6141 as char)));
select hex(weight_string(cast(0x8140 as char)));
@@ -33,4 +35,4 @@ select hex(weight_string(cast(0x814081408140 as char), 3, 4, 0xC0));
select hex(weight_string(cast(0x814081408140 as char), 4, 4, 0xC0));
select hex(weight_string(cast(0x814081408140 as char), 5, 4, 0xC0));
select hex(weight_string(cast(0x814081408140 as char),25, 4, 0xC0));
-
+--enable_view_protocol