~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/rpl/t/rpl_rotate_logs.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:
33
33
 
34
34
# START SLAVE will fail because it can't read the file (mode 000)
35
35
# (system error 13)
36
 
--replace_result $MYSQL_TEST_DIR TESTDIR
 
36
--replace_result $DRIZZLE_TEST_DIR TESTDIR
37
37
--error 1105,1105,29
38
38
start slave;
39
39
chmod 0600  $MYSQLTEST_VARDIR/slave-data/master.info;