~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/extra/rpl_tests/rpl_ddl.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
connection master;
137
137
SET AUTOCOMMIT = 1;
138
138
#
139
 
# 1. DROP all objects, which probably already exist, but must be created here
140
 
#
141
 
--disable_warnings
142
 
DROP DATABASE IF EXISTS mysqltest1;
143
 
DROP DATABASE IF EXISTS mysqltest2;
144
 
DROP DATABASE IF EXISTS mysqltest3;
145
 
--enable_warnings
146
 
#
147
139
# 2. CREATE all objects needed
148
140
#    working database is mysqltest1
149
141
#    working table (transactional!) is mysqltest1.t1 
619
611
DROP DATABASE mysqltest1;
620
612
# mysqltest2 was alreday DROPPED some tests before.
621
613
DROP DATABASE mysqltest3;
622
 
--enable_warnings
623