~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/microtime_type/r/max.result

  • Committer: Brian Aker
  • Date: 2011-01-20 06:31:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: brian@tangent.org-20110120063131-zxb0w5iwfhxn37zb
Place limits on timestamp (unforunatly)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
_value TIMESTAMP(6)
3
3
);
4
4
INSERT into t2 VALUES ("20660101000000.00000");
 
5
ERROR HY000: Received an invalid timestamp value '20660101000000.00000'.
5
6
SELECT _value FROM t2;
6
7
_value
7
 
2066-01-01 00:00:00.000000
8
8
DROP TABLE t2;