~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/microtime_type/t/max.test

  • 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:
3
3
  _value TIMESTAMP(6)
4
4
);
5
5
 
 
6
--error ER_INVALID_TIMESTAMP_VALUE
6
7
INSERT into t2 VALUES ("20660101000000.00000");
7
8
 
8
9
SELECT _value FROM t2;