~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_sapdb.result

  • Committer: Padraig O'Sullivan
  • Date: 2009-12-17 04:48:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1246.
  • Revision ID: osullivan.padraig@gmail.com-20091217044859-qorpkp4911zypfv3
Added some dtrace probes for tracing the optimizer.

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    YES             YES     
114
 
f8      DATE    YES             YES     
 
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