1. 09 Oct, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#7672 Unknown column error in order clause · 6bfc2d4b
      evgen@moonbone.local authored
      When fixing Item_func_plus in ORDER BY clause field c is searched in all
      opened tables, but because c is an alias it wasn't found there.
      
      This patch adds a flag to select_lex which allows Item_field::fix_fields() 
      to look up in select's item_list to find aliased fields.
      6bfc2d4b
  2. 19 Sep, 2005 1 commit
  3. 18 Sep, 2005 1 commit
  4. 15 Sep, 2005 1 commit
  5. 14 Sep, 2005 1 commit
  6. 13 Sep, 2005 1 commit
  7. 12 Sep, 2005 2 commits
  8. 08 Sep, 2005 3 commits
  9. 07 Sep, 2005 1 commit
  10. 06 Sep, 2005 2 commits
  11. 02 Sep, 2005 3 commits
  12. 01 Sep, 2005 2 commits
  13. 31 Aug, 2005 1 commit
  14. 30 Aug, 2005 2 commits
  15. 29 Aug, 2005 2 commits
  16. 28 Aug, 2005 4 commits
  17. 24 Aug, 2005 2 commits
    • jani@a193-229-222-105.elisa-laajakaista.fi's avatar
      fe977b0c
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 9f72d504
      heikki@hundin.mysql.fi authored
        Fix bug #12779 : never give a row count estimate of 0 to the MySQL query optimizer, as then left join optimizer may beleive it KNOWS that the table is empty; note that this fix may change query optimization of many other queries where one table is empty; note that the proper fix would be to make the query optimizer to know that the row count estimates it receives really are just estimates, it cannot assume they are certain
      9f72d504
  18. 18 Aug, 2005 1 commit
  19. 12 Aug, 2005 1 commit
  20. 11 Aug, 2005 4 commits
  21. 10 Aug, 2005 1 commit
  22. 04 Aug, 2005 3 commits