1. 08 Dec, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #32815. · c394dbe1
      igor@olga.mysql.com authored
      The index (key_part_1, key_part-2) was erroneously considered as compatible
      with the required ordering in the function test_test_if_order_by_key when 
      a query with an ORDER BY clause contained a condition of the form
        key_part_1=const OR key_part_1 IS NULL 
      and the order list contained only key_part_2. This happened because the value
      of the const_key_parts field in the KEYUSE structure was not formed correctly
      for the keys that could be used for ref_or_null access. 
      This was fixed in the code of the update_ref_and_keys function.
      The problem could not manifest itself for MyISAM databases because the
      implementation of the keys_to_use_for_scanning() handler function always
      returns an empty bitmap for the MyISAM engine.
      c394dbe1
  2. 02 Dec, 2007 1 commit
  3. 01 Dec, 2007 5 commits
  4. 30 Nov, 2007 8 commits
  5. 29 Nov, 2007 2 commits
  6. 27 Nov, 2007 6 commits
  7. 26 Nov, 2007 8 commits
  8. 24 Nov, 2007 5 commits
  9. 23 Nov, 2007 1 commit
  10. 22 Nov, 2007 3 commits