1. 19 Feb, 2009 3 commits
    • Alexey Kopytov's avatar
      Automerge. · ed0859a0
      Alexey Kopytov authored
      ed0859a0
    • Alexey Kopytov's avatar
      Automerge. · 57b54ae7
      Alexey Kopytov authored
      57b54ae7
    • Alexey Kopytov's avatar
      Fix for bug #41078: With CURSOR_TYPE_READ_ONLY mysql_stmt_fetch() · c4f0c2d3
      Alexey Kopytov authored
      returns short string value. 
       
      Multibyte character sets were not taken into account when 
      calculating max_length in Item_param::convert_str_value(). As a 
      result, string parameters of a prepared statement could be 
      truncated later when calculating string length in characters by 
      dividing length in bytes by the charset's mbmaxlen value (e.g. in 
      Field_varstring::store()). 
       
      Fixed by taking charset's mbmaxlen into account when calculating 
      max_length in Item_param::convert_str_value().
      c4f0c2d3
  2. 18 Feb, 2009 5 commits
  3. 17 Feb, 2009 1 commit
  4. 16 Feb, 2009 7 commits
  5. 15 Feb, 2009 3 commits
  6. 14 Feb, 2009 12 commits
  7. 13 Feb, 2009 9 commits