~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/vcol/inc/vcol_cleanup.inc

Merged vcol stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
################################################################################
 
2
# inc/vcol_cleanup.inc                                                         #
 
3
#                                                                              #
 
4
# Purpose:                                                                     #
 
5
#   Removal of the objects created by the t/<test_name>.test                   #
 
6
#   scripts.                                                                   #
 
7
#                                                                              #
 
8
#------------------------------------------------------------------------------#
 
9
# Original Author: Andrey Zhakov                                               #
 
10
# Original Date: 2008-08-31                                                    #
 
11
# Change Author:                                                               #
 
12
# Change Date:                                                                 #
 
13
# Change:                                                                      #
 
14
################################################################################
 
15
 
 
16
--disable_warnings
 
17
DROP TABLE IF EXISTS t1,t2,t3;
 
18
set sql_warnings = 0;
 
19
--enable_warnings