~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

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