~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/pool_of_threads.result

  • Committer: Jay Pipes
  • Date: 2009-02-11 02:30:38 UTC
  • mto: (873.2.13 devel)
  • mto: This revision was merged to the branch mainline in revision 877.
  • Revision ID: jpipes@serialcoder-20090211023038-203wrshtyrufboko
Fixes the Field_date class to not allow any invalid input at
any time.  This, quite expectedly, broken about 20 test cases, so
this patches up those cases as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2091
2091
aufnr int NOT NULL default '0',
2092
2092
username varchar(50) NOT NULL default '',
2093
2093
hdl_nr int NOT NULL default '0',
2094
 
eintrag date NOT NULL default '0000-00-00',
 
2094
eintrag date NULL,
2095
2095
st_klasse varchar(40) NOT NULL default '',
2096
2096
st_wert varchar(40) NOT NULL default '',
2097
2097
st_zusatz varchar(40) NOT NULL default '',