1. 07 Dec, 2005 2 commits
    • ingo@mysql.com's avatar
      Merge mysql.com:/home/mydev/mysql-4.0-bug5390 · 693625ea
      ingo@mysql.com authored
      into  mysql.com:/home/mydev/mysql-4.1-bug5390
      693625ea
    • ingo@mysql.com's avatar
      BUG#5390 - problems with merge tables · 5aa315e2
      ingo@mysql.com authored
      Problem #1: INSERT...SELECT, Version for 4.1.
      INSERT ... SELECT with the same table on both sides (hidden
      below a MERGE table) does now work by buffering the select result.
      The duplicate detection works now after open_and_lock_tables() 
      on the locks.
      I did not find a test case that failed without the change in
      sql_update.cc. I made the change anyway as it should in theory
      fix a possible MERGE table problem with multi-table update.
      5aa315e2
  2. 06 Dec, 2005 1 commit
  3. 05 Dec, 2005 2 commits
  4. 04 Dec, 2005 3 commits
  5. 02 Dec, 2005 2 commits
  6. 01 Dec, 2005 2 commits
  7. 30 Nov, 2005 1 commit
  8. 29 Nov, 2005 6 commits
  9. 28 Nov, 2005 5 commits
  10. 26 Nov, 2005 2 commits
  11. 25 Nov, 2005 3 commits
  12. 24 Nov, 2005 4 commits
  13. 23 Nov, 2005 1 commit
  14. 22 Nov, 2005 4 commits
  15. 21 Nov, 2005 2 commits
    • bar@mysql.com's avatar
      Bug#10446 Illegal mix of collations: · 2f72e059
      bar@mysql.com authored
      item_strfunc.h, item_strfunc.cc, item.cc:
        Try to convert a const item into destination 
        character set. If conversion happens without
        data loss, then cache the converted value
        and return it during val_str().
        Otherwise, if conversion loses data, return
        Illeral mix of collations error, as it happened
        previously.
      ctype_recoding.result, ctype_recoding.test:
        Fixing tests accordingly.
      2f72e059
    • msvensson@neptunus.(none)'s avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c9e0aab7
      msvensson@neptunus.(none) authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1
      c9e0aab7