~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/storedproc/cleanup_sp_tb.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
let $message= --source suite/funcs_1/storedproc/cleanup_sp_tb.inc;
 
2
--source include/show_msg80.inc
 
3
 
 
4
# called both to cleanup possibly existing data before and after the SP tests
 
5
 
 
6
--disable_warnings
 
7
DROP DATABASE IF EXISTS db_storedproc;
 
8
DROP DATABASE IF EXISTS db_storedproc_1;
 
9
--enable_warnings