1. 10 Nov, 2006 2 commits
  2. 09 Nov, 2006 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#20691: DATETIME col (NOT NULL, NO DEFAULT) may insert garbage when \ · 92e0b319
      cmiller@zippy.cornsilk.net authored
      	specifying DEFAULT
      
      This was not specific to datetime.  When there is no default value 
      for a column, and the user inserted DEFAULT, we would write 
      uninitialized memory to the table.  
      
      Now, insist on writing a default value, a zero-ish value, the same 
      one that comes from inserting NULL into a not-NULL field.
      
      (This is, at best, really strange behavior that comes from allowing 
      sloppy usage, and serves as a good reason always to run one's server 
      in a strict SQL mode.)
      92e0b319
  3. 08 Nov, 2006 7 commits
  4. 07 Nov, 2006 18 commits
  5. 06 Nov, 2006 4 commits
  6. 04 Nov, 2006 6 commits
  7. 03 Nov, 2006 2 commits