~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/archive_aio_posix.test

  • Committer: Brian Aker
  • Date: 2009-08-24 20:01:53 UTC
  • mfrom: (1119.2.11 merge)
  • Revision ID: brian@gaz-20090824200153-o7lawmu7lfkimc33
Merge Monty

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