~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_time.result

Merge from Dennis Schoen

Show diffs side-by-side

added added

removed removed

Lines of Context:
714
714
f1
715
715
Warnings:
716
716
Warning 1292    Incorrect datetime value: 'zzz'
717
 
Warning 1292    Incorrect datetime value: 'zzz'
718
717
select f1 from t1 where makedate(2006,1) between date(f1) and date(f3);
719
718
f1
720
719
2006-01-01