~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/parser.result

Read Fields out of proto instead of FRM.

As non-radioactive fallout:
- no implicit defaults (see http://bugs.mysql.com/bug.php?id=43151)
- no real defaults for BLOB yet... but this paves the way (and it shouldn't be too hard now)

As radioactive fallout:
- parse_table_proto is approaching the length of War and Peace
- handling of corrupted proto is about non-existant. abort() is not ideal

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
CREATE TABLE table_25930_b SELECT "blah" - 1 FROM table_25930_a;
251
251
desc table_25930_b;
252
252
Field   Type    Null    Key     Default Extra
253
 
"blah" - 1      double  NO              0       
 
253
"blah" - 1      double  NO              NULL    
254
254
DROP TABLE table_25930_a;
255
255
DROP TABLE table_25930_b;
256
256
select pi(3.14);