~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/insert.result

  • Committer: Brian Aker
  • Date: 2011-01-19 18:03:32 UTC
  • mfrom: (2088.8.12 timestamp)
  • mto: This revision was merged to the branch mainline in revision 2098.
  • Revision ID: brian@tangent.org-20110119180332-acfk5i8oofp63s40
Merge in time code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
insert into t1 values (default,default,default,default);
25
25
insert into t1 values (default,default,default,default);
26
26
insert into t1 values (4,0,"a",5);
27
 
ERROR HY000: Received an invalid value '0' for a UNIX timestamp.
 
27
ERROR HY000: Received an invalid timestamp value '0'.
28
28
insert into t1 values (default,default,default,default);
29
29
select a,t is not null,c,i from t1;
30
30
a       t is not null   c       i