1. 08 Dec, 2006 1 commit
  2. 27 Nov, 2006 1 commit
    • unknown's avatar
      Fix for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for unsigned column type" · 2e758a7c
      unknown authored
      When calculating a SEL_TREE for the "c_{i-1} < X < c_i" interval, check if the tree returned for the "-inf < X < c_0" interval is NULL
      
      
      mysql-test/r/func_in.result:
        Added testcase for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for unsigned column type"
      mysql-test/t/func_in.test:
        Added testcase for bug #24261 "crash when WHERE contains NOT IN ('<negative value>') for unsigned column type"
      sql/opt_range.cc:
        When calculating a SEL_TREE for the "c_{i-1} < X < c_i" interval, check if the tree returned for the "-inf < X < c_0" interval is NULL
      2e758a7c
  3. 14 Nov, 2006 1 commit
  4. 13 Nov, 2006 15 commits
  5. 11 Nov, 2006 3 commits
  6. 10 Nov, 2006 13 commits
  7. 09 Nov, 2006 6 commits