~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/second.result

  • Committer: Monty Taylor
  • Date: 2009-02-05 18:47:43 UTC
  • mfrom: (779.8.3 devel)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: mordred@inaugust.com-20090205184743-sn55g5b30qvdcy4h
Merged from me again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
SELECT SECOND(20081130033015);
49
49
SECOND(20081130033015)
50
50
15
 
51
SELECT SECOND(20081130033015.01);
 
52
SECOND(20081130033015.01)
 
53
15
51
54
SELECT SECOND(231115);
52
55
SECOND(231115)
53
56
15