~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_time.result

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged 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