~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to tests/r/func_time.result

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
634
634
create table t1 select last_day('2000-02-05') as a,
635
635
from_days(to_days("960101")) as b;
636
636
describe t1;
637
 
Field   Type    Null    Key     Default Extra
638
 
a       date    NO              NULL    
639
 
b       date    YES             NULL    
 
637
Field   Type    Null    Default Default_is_NULL On_Update
 
638
a       DATE    FALSE           FALSE   
 
639
b       DATE    TRUE            TRUE    
640
640
select * from t1;
641
641
a       b
642
642
2000-02-29      1996-01-01