~mordred/ubuntu/maverick/drizzle/prerelease

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2010-09-26 16:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1383.
  • Revision ID: mordred@inaugust.com-20100926160902-r30v5hegk16cjk22
Tags: upstream-2010.09.1794
ImportĀ upstreamĀ versionĀ 2010.09.1794

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
CREATE TABLE t1 (c1 INT, c2 VARCHAR(20),
3
3
c3 INT, c4 VARCHAR(20),
4
4
c5 DECIMAL(3, 2))
5
 
ENGINE=FILESYSTEM,FILE="../filesystem_ln/select_with_omit_field.data",COL_SEPARATOR="|/",ROW_SEPARATOR=";\n";
 
5
ENGINE=FILESYSTEM,FILE="../../filesystem_ln/select_with_omit_field.data",COL_SEPARATOR="|/",ROW_SEPARATOR=";\n";
6
6
SELECT * FROM t1;
7
7
c1      c2      c3      c4      c5
8
8
111     aaa     222     bbb     4.32