~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/parser.result

  • Committer: Jay Pipes
  • Date: 2009-09-21 14:33:44 UTC
  • mfrom: (1126.10.26 dtrace-probes)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: jpipes@serialcoder-20090921143344-jnarp7gcn6zmg19c
Merge fixes from Trond and Padraig on dtrace probes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
CREATE TABLE table_25930_a ( blah INT );
242
242
CREATE TABLE table_25930_b SELECT "blah" - 1 FROM table_25930_a;
243
243
desc table_25930_b;
244
 
Field   Type    Null    Default Default_is_NULL On_Update
245
 
"blah" - 1      DOUBLE  FALSE           FALSE   
 
244
Field   Type    Null    Key     Default Extra
 
245
"blah" - 1      double  NO              NULL    
246
246
DROP TABLE table_25930_a;
247
247
DROP TABLE table_25930_b;
248
248
select pi(3.14);