~linuxjedi/drizzle/elliott-bug-653300

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/tests/r/select_chop_line.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:
1
1
DROP TABLE IF EXISTS t1;
2
 
CREATE TABLE t1 (c1 INT, c2 DECIMAL(3, 2)) ENGINE=FILESYSTEM,FILE="../filesystem_ln/select_chop_line.data";
 
2
CREATE TABLE t1 (c1 INT, c2 DECIMAL(3, 2)) ENGINE=FILESYSTEM,FILE="../../filesystem_ln/select_chop_line.data";
3
3
SELECT * FROM t1;
4
4
c1      c2
5
5
618     9.60