Commit 92ce7716 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Cleanup added to the owercase_table2.test test.

parent b7a6bf12
......@@ -409,4 +409,5 @@ show tables like 't%';
Tables_in_test (t%)
t1
t2
drop temporary table t2, T1;
# End of 11.2 tests
......@@ -347,5 +347,6 @@ select table_name from information_schema.tables where table_schema='test'
and table_name='T1';
show tables like '_1';
show tables like 't%';
drop temporary table t2, T1;
--echo # End of 11.2 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