We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd1a8e commit 1b39040Copy full SHA for 1b39040
mysql-test/include/ctype_unicode_casefold_bmp.inc
@@ -2,6 +2,8 @@
2
--source include/have_ucs2.inc
3
--source include/have_sequence.inc
4
5
+--disable_view_protocol
6
+
7
EXECUTE IMMEDIATE SFORMAT('
8
CREATE VIEW v_bmp AS
9
SELECT
@@ -66,5 +68,6 @@ WHERE NOT (
66
68
c LIKE LOWER(c)
67
69
);
70
71
+--enable_view_protocol
72
73
DROP VIEW v_bmp;
mysql-test/main/dyncol.test
@@ -3,6 +3,7 @@
#
--source include/default_charset.inc
--echo #
--echo # column create
0 commit comments