~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/archive_aio_posix.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:
1303
1303
select * FROM t3 where fld3='bonfire';
1304
1304
select count(*) FROM t3;
1305
1305
# Clean up path in error message
1306
 
--replace_result $MYSQL_TEST_DIR . /var/master-data/ /
 
1306
--replace_result $DRIZZLE_TEST_DIR . /var/master-data/ /
1307
1307
rename table t3 to t4;
1308
1308
select * FROM t4 where fld3='bonfire';
1309
1309
select count(*) FROM t4;