mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup added to the owercase_table2.test test.
This commit is contained in:
@ -409,4 +409,5 @@ show tables like 't%';
|
|||||||
Tables_in_test (t%)
|
Tables_in_test (t%)
|
||||||
t1
|
t1
|
||||||
t2
|
t2
|
||||||
|
drop temporary table t2, T1;
|
||||||
# End of 11.2 tests
|
# End of 11.2 tests
|
||||||
|
@ -347,5 +347,6 @@ select table_name from information_schema.tables where table_schema='test'
|
|||||||
and table_name='T1';
|
and table_name='T1';
|
||||||
show tables like '_1';
|
show tables like '_1';
|
||||||
show tables like 't%';
|
show tables like 't%';
|
||||||
|
drop temporary table t2, T1;
|
||||||
|
|
||||||
--echo # End of 11.2 tests
|
--echo # End of 11.2 tests
|
||||||
|
Reference in New Issue
Block a user