1. 11 Feb, 2011 2 commits
    • Jonathan Perkin's avatar
      a6ed451d
    • Sergey Glukhov's avatar
      Bug#59685 crash in String::length with date types · 654dd03f
      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).
      
      
      mysql-test/r/type_date.result:
        test case
      mysql-test/t/type_date.test:
        test case
      sql/item_cmpfunc.cc:
        disable constant item convertion for subselects.
      654dd03f
  2. 10 Feb, 2011 9 commits
  3. 09 Feb, 2011 11 commits
  4. 08 Feb, 2011 18 commits