~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_time.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:
635
635
from_days(to_days("960101")) as b;
636
636
describe t1;
637
637
Field   Type    Null    Default Default_is_NULL On_Update
638
 
a       DATE    FALSE           FALSE   
639
 
b       DATE    TRUE            TRUE    
 
638
a       DATE    NO              NO      
 
639
b       DATE    YES             YES     
640
640
select * from t1;
641
641
a       b
642
642
2000-02-29      1996-01-01