~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_time.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:
674
674
from_days(to_days("960101")) as b;
675
675
describe t1;
676
676
Field   Type    Null    Key     Default Extra
677
 
a       date    NO              0000-00-00      
 
677
a       date    NO              NULL    
678
678
b       date    YES             NULL    
679
679
select * from t1;
680
680
a       b