1
0
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:
Oleksandr Byelkin
2024-05-24 12:58:04 +02:00
parent b7a6bf1262
commit 92ce77168e
2 changed files with 2 additions and 0 deletions

View File

@ -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