~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/parser.result

  • Committer: Brian Aker
  • Date: 2010-07-12 06:26:42 UTC
  • Revision ID: brian@gaz-20100712062642-6flofbshd9rfbi0c
MErge in change to do YES/NO like standard requires.

Show diffs side-by-side

added added

removed removed

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