Skip to content

Commit 11abc21

Browse files
committed
fixed typo
1 parent 15ae97b commit 11abc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysql-test/main/mdl.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ DROP TABLE t1,t3;
8484
--echo #
8585
--echo # MDEV-28820 MyISAM wrong server status flags
8686
--echo #
87-
--disable_service_connection
87+
--disable_view_protocol
8888
# MyISAM alone doesn't start a transaction or takes transactional MDL
8989
create table t1 (a int);
9090
set autocommit=0;
@@ -120,7 +120,7 @@ disconnect foo;
120120
connection default;
121121
set autocommit=default;
122122
drop table t2;
123-
--enable_service_connection
123+
--enable_view_protocol
124124

125125
--echo #
126126
--echo # End of 10.4 tests

0 commit comments

Comments
 (0)