1. 01 Feb, 2007 2 commits
    • gkodinov/kgeorge@rakia.gmz's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · f697acb0
      gkodinov/kgeorge@rakia.gmz authored
      into  rakia.gmz:/home/kgeorge/mysql/autopush/B23556-5.0-opt
      f697acb0
    • igor@olga.mysql.com's avatar
      Fixed bug #25407. · 71013621
      igor@olga.mysql.com authored
      The bug could cause choosing a sub-optimal execution plan for 
      a single-table query if a unique index with many null keys were 
      defined for the table. 
      It happened because the code of the check_quick_keys function 
      made an assumption that any key may occur in an unique index 
      only once. Yet this is not true for keys with nulls that may 
      have multiple occurrences in the index.
      71013621
  2. 31 Jan, 2007 5 commits
  3. 30 Jan, 2007 4 commits
  4. 27 Jan, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #24420. · e8977809
      igor@olga.mysql.com authored
      Objects of the classes Item_func_is_not_null_test and Item_func_trig_cond
      must be transparent for the method Item::split_sum_func2 as these classes
      are pure helpers. It means that the method Item::split_sum_func2 should
      look at those objects as at pure wrappers.
      e8977809
  5. 26 Jan, 2007 5 commits
  6. 25 Jan, 2007 1 commit
  7. 24 Jan, 2007 22 commits