1. 23 May, 2006 2 commits
  2. 21 May, 2006 1 commit
  3. 20 May, 2006 2 commits
  4. 19 May, 2006 3 commits
  5. 17 May, 2006 2 commits
  6. 16 May, 2006 9 commits
  7. 15 May, 2006 5 commits
  8. 14 May, 2006 3 commits
  9. 13 May, 2006 1 commit
  10. 12 May, 2006 7 commits
  11. 11 May, 2006 2 commits
  12. 10 May, 2006 2 commits
  13. 09 May, 2006 1 commit
    • aelkin@mysql.com's avatar
      BUG#14157: utf8 encoding in binlog without set character_set_client e.g DROP temporary · 226d978a
      aelkin@mysql.com authored
      Binlog lacks encoding info about DROPped temporary table.
      
      Idea of the fix is to switch temporary to system_charset_info when a temporary table
      is DROPped for binlog. Since that is the server, that automatically, but not the client, who generates the query
      the binlog should be updated on the server's encoding for the coming DROP.
      The `write_binlog_with_system_charset()' is introduced to replace similar problematic places in the code.
      226d978a