1. 22 May, 2007 3 commits
  2. 21 May, 2007 18 commits
  3. 20 May, 2007 2 commits
  4. 18 May, 2007 12 commits
  5. 17 May, 2007 5 commits
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-5.0-opt · 2189c571
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug28337
      2189c571
    • evgen@moonbone.local's avatar
      Bug#28261: Wrong DATETIME comparison result when the GET_USER_VAR function · 0e3c4f67
      evgen@moonbone.local authored
      is involved.
      
      The Arg_comparator::compare_datetime() comparator caches its arguments if
      they are constants i.e. const_item() returns true. The
      Item_func_get_user_var::const_item() returns true or false based on
      the current query_id and the query_id where the variable was created.
      Thus even if a query can change its value its const_item() still will return
      true. All this leads to a wrong comparison result when an object of the
      Item_func_get_user_var class is involved.
      
      Now the Arg_comparator::can_compare_as_dates() and the
      get_datetime_value() functions never cache result of the GET_USER_VAR()
      function (the Item_func_get_user_var class).
      0e3c4f67
    • gkodinov/kgeorge@macbook.gmz's avatar
      Bug#22855: · a9b348c7
      gkodinov/kgeorge@macbook.gmz authored
      Conversion errors when constructing the condition for an
      IN predicates were treated as if the affected column contains
      NULL. If such a IN predicate is inside NOT we get wrong 
      results.
      Corrected the handling of conversion errors in an IN predicate 
      that is resolved by unique_subquery (through 
      subselect_uniquesubquery_engine).
      a9b348c7
    • gluh@eagle.(none)'s avatar
      Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.1-opt · d12e6f7b
      gluh@eagle.(none) authored
      into  mysql.com:/home/gluh/MySQL/Merge/5.1-opt
      d12e6f7b
    • gluh@mysql.com/eagle.(none)'s avatar
      valgrind error fix(addon) · 38d1e6db
      gluh@mysql.com/eagle.(none) authored
      38d1e6db