mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Test cleanup, the upgrade test script assumes a unix like environment
mysql-test/t/upgrade.test: Test cleanup, --exec mkdir does not work on windows platforms
This commit is contained in:
parent
ded7fe7fd1
commit
4b7f527270
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
-- source include/not_embedded.inc
|
||||
|
||||
# Temporary disabled on windows,
|
||||
# because of --exec mkdir
|
||||
# TODO: implement Bug#31004 and remove this limitation
|
||||
--source include/not_windows.inc
|
||||
|
||||
--disable_warnings
|
||||
drop database if exists `mysqltest1`;
|
||||
drop database if exists `mysqltest-1`;
|
||||
|
@ -60,7 +65,6 @@ drop table t1;
|
|||
# Bug#28360 (RENAME DATABASE destroys routines)
|
||||
#
|
||||
|
||||
|
||||
--disable_warnings
|
||||
drop database if exists `tabc`;
|
||||
drop database if exists `a-b-c`;
|
||||
|
|
Loading…
Reference in a new issue