1. 17 Feb, 2011 3 commits
  2. 11 Feb, 2011 3 commits
    • Tor Didriksen's avatar
      Bug #59686 crash in String::copy() with time data type · 32e6d147
      Tor Didriksen authored
      The problem was that Item_sum_hybrid::val_xxx() did not propagate null values
      up the expression tree.
      32e6d147
    • Guilhem Bichot's avatar
      Fix for BUG#59894 · 77c0f33e
      Guilhem Bichot authored
      "set optimizer_switch to e or d causes invalid memory writes/valgrind warnings":
      due to prefix support, the argument "e" was overwritten with its full value
      "engine_condition_pushdown", which caused a buffer overrun.
      This was wrong usage of find_type(); other wrong usages are fixed here too.
      Please start reading with the comment of typelib.c.
      77c0f33e
    • Sergey Glukhov's avatar
      Bug#59685 crash in String::length with date types · e9fc441a
      Sergey Glukhov authored
      The crash happens because Item_cache which is result
      holder for Item_subselect can't correctly convert
      a DATETIME value from string to int representation.
      The fix is to disable constant item convertion for
      subselect(partial rollback of bug52157 fix).
      e9fc441a
  3. 10 Feb, 2011 9 commits
  4. 09 Feb, 2011 11 commits
  5. 08 Feb, 2011 14 commits