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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_temporary.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:
291
291
connection master; 
292
292
drop table t1;
293
293
--remove_file $MYSQLTEST_VARDIR/tmp/bug14157.sql
294
 
 
295
 
# Delete the anonymous users
296
 
source include/delete_anonymous_users.inc;
297
 
 
 
294
--sync_slave_with_master
 
295
 
 
296
# Delete the anonymous users.
 
297
--source include/stop_slave.inc
 
298
source include/delete_anonymous_users.inc;
 
299
--connection master
 
300
source include/delete_anonymous_users.inc;
 
301
--let $rpl_only_running_threads= 1
 
302
--source include/rpl_reset.inc
298
303
 
299
304
 
300
305
#
326
331
 
327
332
DROP USER user43748@127.0.0.1;
328
333
 
329
 
--echo -- done. back to master.
330
 
connection master;
331
 
 
332
 
 
333
334
 
334
335
--echo End of 5.1 tests
 
336
--let $rpl_only_running_threads= 1
 
337
--source include/rpl_end.inc