Commit 11abc219 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

fixed typo

parent 15ae97b1
......@@ -84,7 +84,7 @@ DROP TABLE t1,t3;
--echo #
--echo # MDEV-28820 MyISAM wrong server status flags
--echo #
--disable_service_connection
--disable_view_protocol
# MyISAM alone doesn't start a transaction or takes transactional MDL
create table t1 (a int);
set autocommit=0;
......@@ -120,7 +120,7 @@ disconnect foo;
connection default;
set autocommit=default;
drop table t2;
--enable_service_connection
--enable_view_protocol
--echo #
--echo # End of 10.4 tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment