1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Test cleanup, the upgrade test script assumes a unix like environment

This commit is contained in:
malff@lambda.hsd1.co.comcast.net.
2007-10-08 12:37:57 -06:00
parent 53b0324824
commit 437fdeaa16

View File

@ -1,5 +1,10 @@
-- source include/not_embedded.inc -- 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 --disable_warnings
drop database if exists `mysqltest1`; drop database if exists `mysqltest1`;
drop database if exists `mysqltest-1`; drop database if exists `mysqltest-1`;
@ -60,7 +65,6 @@ drop table t1;
# Bug#28360 (RENAME DATABASE destroys routines) # Bug#28360 (RENAME DATABASE destroys routines)
# #
--disable_warnings --disable_warnings
drop database if exists `tabc`; drop database if exists `tabc`;
drop database if exists `a-b-c`; drop database if exists `a-b-c`;