~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/parser.result

Merge trunk

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
 
244
Field   Type    Null    Default Default_is_NULL On_Update
245
245
"blah" - 1      DOUBLE  FALSE           FALSE   
246
246
DROP TABLE table_25930_a;
247
247
DROP TABLE table_25930_b;