1. 20 Feb, 2008 2 commits
  2. 18 Feb, 2008 1 commit
  3. 17 Feb, 2008 5 commits
  4. 15 Feb, 2008 2 commits
  5. 14 Feb, 2008 1 commit
  6. 13 Feb, 2008 3 commits
  7. 12 Feb, 2008 3 commits
  8. 11 Feb, 2008 3 commits
  9. 10 Feb, 2008 4 commits
  10. 08 Feb, 2008 5 commits
  11. 07 Feb, 2008 9 commits
  12. 06 Feb, 2008 2 commits
    • gshchepa/uchum@host.loc's avatar
      Fixed bug#30059. · 8715855a
      gshchepa/uchum@host.loc authored
      Server handles truncation for assignment of too-long values
      into CHAR/VARCHAR/TEXT columns in a different ways when the
      truncated characters are spaces:
      1. CHAR(N) columns silently ignore end-space truncation;
      2. TEXT columns post a truncation warning/error in the
         non-strict/strict mode.
      3. VARCHAR columns always post a truncation note in
         any mode.
      
      Space truncation processing has been synchronised over
      CHAR/VARCHAR/TEXT columns: current behavior of VARCHAR
      columns has been propagated as standard.
      
      Binary-encoded string/BLOB columns are not affected.
      8715855a
    • sven@riska.(none)'s avatar
      Replace windows path separator backslash by unix path separator forward · ad316c25
      sven@riska.(none) authored
      slash in filenames also for Create_file_log_event.
      ad316c25