1. 06 Sep, 2005 1 commit
  2. 29 Aug, 2005 2 commits
  3. 28 Aug, 2005 4 commits
  4. 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
  5. 18 Aug, 2005 1 commit
  6. 12 Aug, 2005 1 commit
  7. 11 Aug, 2005 4 commits
  8. 10 Aug, 2005 1 commit
  9. 04 Aug, 2005 5 commits
  10. 03 Aug, 2005 3 commits
  11. 02 Aug, 2005 1 commit
  12. 01 Aug, 2005 1 commit
  13. 28 Jul, 2005 2 commits
  14. 27 Jul, 2005 2 commits
  15. 26 Jul, 2005 1 commit
    • monty@mysql.com's avatar
      Review fixes: · 4098c40d
      monty@mysql.com authored
      Fixed portability problem with bool in C programs
      Moved close_thread_tables out from LOCK_thread_count mutex (safety fix)
      my_sleep() -> pthread_cond_timedwait()
      4098c40d
  16. 25 Jul, 2005 1 commit
  17. 22 Jul, 2005 3 commits
  18. 21 Jul, 2005 2 commits
  19. 20 Jul, 2005 2 commits
  20. 18 Jul, 2005 1 commit
    • mronstrom@mysql.com's avatar
      Bug #10600 · 2d23c691
      mronstrom@mysql.com authored
      remove_table_from_cache fails to signal other thread and gets
      blocked when other thread also gets blocked
      2d23c691