1. 31 Jul, 2007 1 commit
  2. 30 Jul, 2007 2 commits
  3. 29 Jul, 2007 4 commits
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #30120. · 1eb20fc0
      gshchepa/uchum@gleb.loc authored
      SP with local variables with non-ASCII names crashed the server.
      
      The server replaces SP local variable names with NAME_CONST calls
      when putting statements into the binary log. It used UTF8-encoded
      item names as variable names for the replacement inside NAME_CONST
      calls. However, statement string may be encoded by any
      known character set by the SET NAMES statement.
      The server used byte length of UTF8-encoded names to increment
      the position in the query string that led to array index overrun.
      1eb20fc0
    • gshchepa/uchum@gleb.loc's avatar
      disabled.def: · ccf9f9ed
      gshchepa/uchum@gleb.loc authored
        ddl_i18n_koi8r.test has been disabled to ignore bug #30120.
      ccf9f9ed
    • gshchepa/uchum@gleb.loc's avatar
      sp_head.cc: · 898a0fbf
      gshchepa/uchum@gleb.loc authored
        Post-merge fix.
      898a0fbf
    • gshchepa/uchum@gleb.loc's avatar
      Merge gleb.loc:/home/uchum/work/bk/5.0-opt · 538905f1
      gshchepa/uchum@gleb.loc authored
      into  gleb.loc:/home/uchum/work/bk/5.1-opt
      538905f1
  4. 28 Jul, 2007 15 commits
  5. 27 Jul, 2007 14 commits
  6. 26 Jul, 2007 4 commits