~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2009-05-12 05:56:00 UTC
  • mfrom: (1008 drizzle)
  • mto: (1014.2.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 1015.
  • Revision ID: stewart@flamingspork.com-20090512055600-4gg3jgx2bqt9wn5f
merge

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