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:
@ -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`;
|
||||||
|
Reference in New Issue
Block a user