1. 22 Jun, 2006 2 commits
    • igor@rurik.mysql.com's avatar
      Fixed bug #20076. · 89402314
      igor@rurik.mysql.com authored
      Server crashed in some cases when a query required a MIN/MAX
      agrregation for a 'ucs2' field. 
      In these cases  the aggregation caused calls of the function
      update_tmptable_sum_func that indirectly invoked 
      the method Item_sum_hybrid::min_max_update_str_field() 
      containing a call to strip_sp for a ucs2 character set.
      The latter led directly to the crash as it used my_isspace
      undefined for the ucs2 character set.
      Actually the call of strip_sp is not needed at all in this
      situation and has been removed by the fix.
      89402314
    • igor@rurik.mysql.com's avatar
      Modified the test case for bug 16674 to have the same · e307b5b2
      igor@rurik.mysql.com authored
      execution plans in 4.1 and 5.0.
      e307b5b2
  2. 21 Jun, 2006 9 commits
  3. 20 Jun, 2006 5 commits
  4. 19 Jun, 2006 9 commits
  5. 18 Jun, 2006 1 commit
  6. 17 Jun, 2006 3 commits
  7. 16 Jun, 2006 3 commits
  8. 15 Jun, 2006 5 commits
  9. 14 Jun, 2006 3 commits