mariadb/mysql-test/suite/parts/inc/partition_cleanup.inc
tomas@whalegate.ndb.mysql.com dd58f5a461 shorten filenames
2007-04-30 16:24:13 +02:00

22 lines
1.3 KiB
PHP

################################################################################
# include/partition_cleanup.inc #
# #
# Purpose: #
# Removal of the objects created by the t/partition_<feature>_<engine>.test #
# scripts. #
# #
#------------------------------------------------------------------------------#
# Original Author: ML #
# Original Date: 2006-03-05 #
# Change Author: #
# Change Date: #
# Change: #
################################################################################
--disable_warnings
DROP VIEW IF EXISTS v1;
DROP TABLE IF EXISTS t1;
DROP TABLE IF EXISTS t0_aux;
DROP TABLE IF EXISTS t0_definition;
DROP TABLE IF EXISTS t0_template;
--enable_warnings