1
################################################################################
2
# inc/partition_cleanup.inc #
5
# Removal of the objects created by the t/partition_<feature>_<engine>.test #
8
#------------------------------------------------------------------------------#
9
# Original Author: mleich #
10
# Original Date: 2006-03-05 #
14
################################################################################
17
DROP VIEW IF EXISTS v1;
18
DROP TABLE IF EXISTS t1;
19
DROP TABLE IF EXISTS t0_aux;
20
DROP TABLE IF EXISTS t0_definition;
21
DROP TABLE IF EXISTS t0_template;