~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-26 03:23:39 UTC
  • mfrom: (1793.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100926032339-59p5xxhkloa09759
Merge Monty - Beginning of catalog support, adds a default local catalog. 

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);