~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/month.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:
66
66
SELECT MONTH(20090916091528);
67
67
MONTH(20090916091528)
68
68
9
69
 
SELECT MONTH(20090916091528.000000);
70
 
ERROR HY000: Received an invalid datetime value '20090916091528.000000'.
 
69
SELECT MONTH(20090916091528.000001);
 
70
MONTH(20090916091528.000001)
 
71
9
71
72
USE test;
72
73
DROP TABLE IF EXISTS t1;
73
74
CREATE TABLE t1 (