An error occurred fetching the project authors.
  1. 12 Feb, 2007 1 commit
  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. 22 Feb, 2006 1 commit
  4. 25 Sep, 2005 1 commit
  5. 01 Jun, 2005 1 commit
    • mronstrom@mysql.com's avatar
      Renamed bugs.test to default.test · 5b54fcab
      mronstrom@mysql.com authored
      Moved enabling of warnings to ensure that no warnings are generated
      when this test case is executed on a clone where InnoDB is not
      activated. This would fail the test case in those clones otherwise.
      5b54fcab
  6. 25 May, 2005 1 commit