1. 22 Jan, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      select_found.result, select_found.test: · 8527f256
      igor@rurik.mysql.com authored
        Added a test case for bug #7945.
      sql_select.cc:
        Fixed bug #7945. If DISTINCT is used only with constants
        in a query with GROUP BY, we can apply an optimization
        that set LIMIT to 1 only in the case when there is 
        no SQL_CALC_FOUND_ROWS.
      8527f256
  2. 20 Jan, 2005 1 commit
  3. 18 Jan, 2005 6 commits
  4. 17 Jan, 2005 1 commit
  5. 15 Jan, 2005 1 commit
  6. 14 Jan, 2005 1 commit
  7. 13 Jan, 2005 3 commits
  8. 12 Jan, 2005 6 commits
  9. 10 Jan, 2005 1 commit
  10. 07 Jan, 2005 1 commit
  11. 06 Jan, 2005 2 commits
  12. 05 Jan, 2005 1 commit
  13. 04 Jan, 2005 1 commit
  14. 03 Jan, 2005 1 commit
  15. 31 Dec, 2004 2 commits
  16. 30 Dec, 2004 3 commits
  17. 27 Dec, 2004 2 commits
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c: · 72d446ac
      heikki@hundin.mysql.fi authored
        Fix the previous bug fix: dropping a table with FOREIGN KEY checks running on it caused a cascade of failed drops while the foreign key check was waiting for a lock
      72d446ac
    • heikki@hundin.mysql.fi's avatar
      row0ins.c: · b8d576d0
      heikki@hundin.mysql.fi authored
        Fix bug: if we dropped a table where an INSERT was waiting for a lock to check a FOREIGN KEY constraint, then an assertion would fail in lock_reset_all_on_table(), since that operation assumes no waiting locks on the table or its records
      row0mysql.c:
        Fix bug: InnoDB failed to drop a table in the background drop queue if the table was referenced by a foreign key constraint
      b8d576d0
  18. 24 Dec, 2004 1 commit
  19. 23 Dec, 2004 3 commits
  20. 22 Dec, 2004 2 commits