~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_sapdb.result

  • Committer: Jay Pipes
  • Date: 2009-09-21 14:33:44 UTC
  • mfrom: (1126.10.26 dtrace-probes)
  • mto: This revision was merged to the branch mainline in revision 1133.
  • Revision ID: jpipes@serialcoder-20090921143344-jnarp7gcn6zmg19c
Merge fixes from Trond and Padraig on dtrace probes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
select makedate(1997,1) as f1,
110
110
date("1997-12-31 23:59:59.000001") as f8;
111
111
describe t1;
112
 
Field   Type    Null    Default Default_is_NULL On_Update
113
 
f1      DATE    TRUE            TRUE    
114
 
f8      DATE    TRUE            TRUE    
 
112
Field   Type    Null    Key     Default Extra
 
113
f1      date    YES             NULL    
 
114
f8      date    YES             NULL    
115
115
select * from t1;
116
116
f1      f8
117
117
1997-01-01      1997-12-31