~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/tests/t/rnd_pos.test

  • 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:
11
11
  plnfl VARCHAR(6) NOT NULL DEFAULT '',
12
12
  vornr VARCHAR(4) NOT NULL DEFAULT '',
13
13
  xstatus_vor INT NOT NULL DEFAULT '0'
14
 
) ENGINE=FILESYSTEM,FILE="../filesystem_ln/rnd_pos.data";
 
14
) ENGINE=FILESYSTEM,FILE="../../filesystem_ln/rnd_pos.data";
15
15
 
16
16
DELETE FROM t1;
17
17