1. 21 Jul, 2005 7 commits
  2. 20 Jul, 2005 12 commits
  3. 19 Jul, 2005 10 commits
  4. 18 Jul, 2005 7 commits
  5. 17 Jul, 2005 2 commits
  6. 16 Jul, 2005 2 commits
    • timour@mysql.com's avatar
      Added test for Bug #11521 · ff0c7f22
      timour@mysql.com authored
      "Negative integer keys incorrectly substituted for 0 during range analysis."
      
      The problem is that the range optimizer incorrectly replaces any negative
      constant with '0' for all types except BIGINT because the method save_in_field()
      casts negative integers to non-negative. This causes incorrect query
      results where (0 = any_negative_number).
      
      The problem caused by this bug is fixed by the patch for BUG#11185.
      That patch constitutes an optimization due to which the problem code is
      never called with negative constants. This patch adds a test so we are sure
      that the problem does not reappear.
      ff0c7f22
    • jimw@mysql.com's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · c61ce0d9
      jimw@mysql.com authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      c61ce0d9