1. 27 Oct, 2006 1 commit
  2. 25 Oct, 2006 5 commits
  3. 24 Oct, 2006 1 commit
  4. 21 Oct, 2006 1 commit
  5. 20 Oct, 2006 7 commits
  6. 19 Oct, 2006 12 commits
  7. 18 Oct, 2006 2 commits
  8. 17 Oct, 2006 10 commits
  9. 16 Oct, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #19579: at range analysis optimizer did not take into · c467be8d
      igor@rurik.mysql.com authored
      account predicates that become sargable after reading const tables.
      In some cases this resulted in choosing non-optimal execution plans.
      Now info of such potentially saragable predicates is saved in
      an array and after reading const tables we check whether this
      predicates has become saragable.
      c467be8d