~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/archive_basic.test

  • Committer: Stewart Smith
  • Date: 2009-01-12 05:43:13 UTC
  • mto: (784.1.4 for-brian)
  • mto: This revision was merged to the branch mainline in revision 785.
  • Revision ID: stewart@flamingspork.com-20090112054313-edk6kpf4l6kpz4j7
fix archive_basic for drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- source include/have_archive.inc
 
2
 
1
3
CREATE TABLE t1 (
2
4
  Period int DEFAULT '0000' NOT NULL,
3
5
  Varor_period int DEFAULT '0' NOT NULL
7
9
 
8
10
SELECT * FROM t1;
9
11
 
10
 
DROP TABLE t1;
 
 
b'\\ No newline at end of file'
 
12
DROP TABLE t1;