~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/big/t/archive-big.test

Merged Lee from lp:~kalebral/drizzle/drizzle-test-coverage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--source include/big_test.inc
2
1
-- source include/have_archive.inc
3
2
 
4
3
CREATE TABLE t1(a BLOB) ENGINE=ARCHIVE;