~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/tests/r/rnd_pos.result

  • Committer: Monty Taylor
  • Date: 2010-09-23 01:53:13 UTC
  • mto: (1791.3.1 build)
  • mto: This revision was merged to the branch mainline in revision 1794.
  • Revision ID: mordred@inaugust.com-20100923015313-w0b6vyw8l6ygqcja
Cleaned up the initial pass at this. It's not perfect, but it does work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
plnfl VARCHAR(6) NOT NULL DEFAULT '',
5
5
vornr VARCHAR(4) NOT NULL DEFAULT '',
6
6
xstatus_vor INT NOT NULL DEFAULT '0'
7
 
) ENGINE=FILESYSTEM,FILE="../filesystem_ln/rnd_pos.data";
 
7
) ENGINE=FILESYSTEM,FILE="../../filesystem_ln/rnd_pos.data";
8
8
DELETE FROM t1;
9
9
INSERT INTO t1 VALUES ('40004712','000001','0010',9);
10
10
INSERT INTO t1 VALUES ('40004712','000001','0020',0);