1. 02 Feb, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fix bug #24035. · 215b0a95
      igor@olga.mysql.com authored
      This performance degradation for UPDATEs could be observed in the update
      statements for which the search key cannot be converted to any valid
      value of the type of the search column, like for a  the condition
      int_fld=99999999999999999999999999, though it can be guaranteed here
      that there is no row with such a key value. 
      215b0a95
  2. 01 Feb, 2007 6 commits
  3. 31 Jan, 2007 6 commits
  4. 30 Jan, 2007 4 commits
  5. 27 Jan, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #24420. · e8977809
      igor@olga.mysql.com authored
      Objects of the classes Item_func_is_not_null_test and Item_func_trig_cond
      must be transparent for the method Item::split_sum_func2 as these classes
      are pure helpers. It means that the method Item::split_sum_func2 should
      look at those objects as at pure wrappers.
      e8977809
  6. 26 Jan, 2007 5 commits
  7. 25 Jan, 2007 1 commit
  8. 24 Jan, 2007 16 commits