~clint-fewbar/drizzle/regex-policy-cache-limiter

« back to all changes in this revision

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

  • Committer: Clint Byrum
  • Date: 2012-03-15 18:05:43 UTC
  • mfrom: (2224.1.302 workspace)
  • Revision ID: clint@ubuntu.com-20120315180543-9jxxm4q10k3np2ws
merging with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DROP TABLE IF EXISTS t1;
2
 
CREATE TABLE t1 (c1 INT, c2 DECIMAL(3, 2)) ENGINE=FILESYSTEM,FILE="VARDIR/filesystem_ln/select_chop_line.data";
3
 
SELECT * FROM t1;
4
 
c1      c2
5
 
618     9.60
6
 
847     2.60
7
 
814     3.25
8
 
571     4.84
9
 
DROP TABLE t1;