~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/mysql_migrate/include/mysql_cleanup.inc

  • Committer: patrick crews
  • Date: 2011-01-03 22:05:17 UTC
  • mto: (2231.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2232.
  • Revision ID: gleebix@gmail.com-20110103220517-dr1hiugmlp29msn3
Updated test and result files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# clean up our MySQL server
 
2
--echo Dropping test database on MySQL...
 
3
exec $DRIZZLE_CLIENT -uroot --port=$DRIZZLE_MYSQL_MIGRATE_PORT test -e "DROP SCHEMA IF EXISTS $database";
 
4