fixed typo

This commit is contained in:
Oleksandr Byelkin 2023-10-27 15:14:42 +02:00
parent 15ae97b1c2
commit 11abc21911

View File

@ -84,7 +84,7 @@ DROP TABLE t1,t3;
--echo # --echo #
--echo # MDEV-28820 MyISAM wrong server status flags --echo # MDEV-28820 MyISAM wrong server status flags
--echo # --echo #
--disable_service_connection --disable_view_protocol
# MyISAM alone doesn't start a transaction or takes transactional MDL # MyISAM alone doesn't start a transaction or takes transactional MDL
create table t1 (a int); create table t1 (a int);
set autocommit=0; set autocommit=0;
@ -120,7 +120,7 @@ disconnect foo;
connection default; connection default;
set autocommit=default; set autocommit=default;
drop table t2; drop table t2;
--enable_service_connection --enable_view_protocol
--echo # --echo #
--echo # End of 10.4 tests --echo # End of 10.4 tests