~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/archive_aio_posix.test

  • Committer: Monty Taylor
  • Date: 2009-08-20 18:12:39 UTC
  • mfrom: (1119.4.14 mtr2-tests)
  • mto: This revision was merged to the branch mainline in revision 1124.
  • Revision ID: mordred@inaugust.com-20090820181239-u6p274mht458feuc
Merging Stewart from lp:~stewart-flamingspork/drizzle/test-cleanup-from-mtr2-branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1542
1542
insert into t1 set a='a';
1543
1543
check table t1 extended;
1544
1544
drop table t1;
 
1545
 
 
1546
SET GLOBAL archive_aio=OFF;
 
1547
SHOW VARIABLES LIKE "archive_%";
 
1548