~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/rpl/t/rpl_mysqldump_slave.test

  • Committer: Stewart Smith
  • Date: 2008-09-15 07:13:59 UTC
  • mfrom: (383.1.21 drizzle)
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080915071359-f8bznznyaiqrtqxa
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
connection slave;
16
16
 
17
17
# Execute mysqldump with --dump-slave
18
 
--exec $MYSQL_DUMP_SLAVE --compact --dump-slave test
 
18
--exec $DRIZZLE_DUMP_SLAVE --compact --dump-slave test
19
19
 
20
20
# Execute mysqldump with --dump-slave and --apply-slave-statements 
21
 
--exec $MYSQL_DUMP_SLAVE --compact --dump-slave --apply-slave-statements test
 
21
--exec $DRIZZLE_DUMP_SLAVE --compact --dump-slave --apply-slave-statements test
22
22
 
23
23
--replace_result $MASTER_MYPORT MASTER_MYPORT
24
24
# Execute mysqldump with --dump-slave ,--apply-slave-statements and --include-master-host-port
25
 
--exec $MYSQL_DUMP_SLAVE --compact --dump-slave --apply-slave-statements --include-master-host-port test
 
25
--exec $DRIZZLE_DUMP_SLAVE --compact --dump-slave --apply-slave-statements --include-master-host-port test