1. 05 Jun, 2009 4 commits
  2. 04 Jun, 2009 9 commits
  3. 03 Jun, 2009 1 commit
  4. 02 Jun, 2009 8 commits
  5. 01 Jun, 2009 5 commits
    • Alexey Kopytov's avatar
      Automerge. · 13f7a81b
      Alexey Kopytov authored
      13f7a81b
    • Alexey Kopytov's avatar
      Automerge. · 00c56963
      Alexey Kopytov authored
      00c56963
    • Alexey Kopytov's avatar
      Automerge. · 87879894
      Alexey Kopytov authored
      87879894
    • Alexey Kopytov's avatar
      Manual merge. · bdcce95f
      Alexey Kopytov authored
      bdcce95f
    • Narayanan V's avatar
      Bug#45197 cp1250 character set with IBMDB2I generates 2027 error · 88805901
      Narayanan V authored
      Running a SELECT query over an IBMDB2I table with a cp1250 character set
      was producing an error 2027 (ibmdb2i error 2027: Error converting single-byte
      sort sequence to UCS-2).
      
      The QMY_DESCRIBE_RANGE API was returning error 2027 to the storage engine
      because the CCSID used for a cp1250 column (870) does not match the CCSID
      used by the DB2 sort sequences associated with cp1250_* collations (1153).
      This was because the storage engine relies on a set of system APIs to
      determine which CCSID value most closely matches a particular MySQL
      character set. However, in the case of cp1250, the system is returning
      CCSID 870, which does not have a codepoint for the euro symbol, making it
      an incorrect match.
      
      This patch overrides the selection of a compatible CCSID to always return
      1153 for cp1250.
      88805901
  6. 31 May, 2009 6 commits
  7. 30 May, 2009 2 commits
    • Davi Arnaut's avatar
      MySQL 5.0 backport of Chad Miller's patch for Bug#34309: · 0c3439c5
      Davi Arnaut authored
      Bug#34309: '_PC' macro redefinition
      
      For reasons that are now a mystery, we had defined a CPP symbol to
      help ancient compilers work better (in some way that's lost to history).
      This interferes with at least one modern compiler.
      
      Now, don't define the _PC symbol.  Those other underscore-leading
      symbols are suspect also, but at least the names aren't inscrutable.
      Let's leave them for now.
      0c3439c5
    • He Zhenxing's avatar
      BUG#41948 Query_log_event constructor needlessly contorted · 0793eec0
      He Zhenxing authored
      Make the caller of Query_log_event, Execute_load_log_event
      constructors and THD::binlog_query to provide the error code
      instead of having the constructors to figure out the error code.
      0793eec0
  8. 29 May, 2009 5 commits