Skip to content

Commit 1b39040

Browse files
committed
fixup MDEV-25829 step #3 - old bug?
1 parent ffd1a8e commit 1b39040

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mysql-test/include/ctype_unicode_casefold_bmp.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
--source include/have_ucs2.inc
33
--source include/have_sequence.inc
44

5+
--disable_view_protocol
6+
57
EXECUTE IMMEDIATE SFORMAT('
68
CREATE VIEW v_bmp AS
79
SELECT
@@ -66,5 +68,6 @@ WHERE NOT (
6668
c LIKE LOWER(c)
6769
);
6870

71+
--enable_view_protocol
6972

7073
DROP VIEW v_bmp;

mysql-test/main/dyncol.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#
44

55
--source include/default_charset.inc
6+
--disable_view_protocol
67

78
--echo #
89
--echo # column create

0 commit comments

Comments
 (0)