~drizzle-trunk/drizzle/development

« back to all changes in this revision

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