An error occurred fetching the project authors.
  1. 06 Mar, 2006 1 commit
  2. 28 Feb, 2006 1 commit
  3. 26 Feb, 2006 1 commit
  4. 17 Feb, 2006 2 commits
  5. 17 Jan, 2006 1 commit
  6. 13 Jan, 2006 2 commits
  7. 11 Jan, 2006 1 commit
  8. 10 Jan, 2006 1 commit
  9. 26 Dec, 2005 1 commit
  10. 25 Dec, 2005 1 commit
  11. 07 Dec, 2005 1 commit
  12. 05 Dec, 2005 1 commit
  13. 24 Nov, 2005 1 commit
  14. 14 Nov, 2005 1 commit
  15. 08 Nov, 2005 1 commit
  16. 05 Nov, 2005 1 commit
  17. 22 Sep, 2005 3 commits
  18. 15 Sep, 2005 1 commit
  19. 09 Sep, 2005 1 commit
  20. 19 Aug, 2005 1 commit
    • sasha@asksasha.com's avatar
      updated patch for BUG#4680 (incomplete DROP DATABASE breaking replication). · c594ab79
      sasha@asksasha.com authored
      We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's 
      suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and 
      logging now is done in batches - new batch is started if the buffer becomes full.
      Reduced memory usage by reusing the table list instead of accumulating a list of 
      dropped table names. Also fixed the problem if the table was not actually dropped, eg
      due to permissions. Extended the test case to make sure batched query 
      logging does work.  
      c594ab79
  21. 14 Aug, 2005 1 commit
  22. 27 Jul, 2005 1 commit
  23. 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
  24. 19 Jul, 2005 3 commits
  25. 15 Jun, 2005 1 commit
    • timour@mysql.com's avatar
      Fix for BUG#11211 "GROUP BY doesn't work correctly" · 3220f721
      timour@mysql.com authored
        
      When the GROUP BY clause contains a column reference that can be resolved to
      both an aliased column in the SELECT list, and to a column in the FROM clause,
      the group column is resolved to the column in the FROM clause (for ANSI conformance).
      However, it may be so that the user's intent is just the other way around, and he/she
      gets the query results grouped by a completely different column than expexted.
      This patch adds a warning in such cases that tells the user that there is potential
      ambiguity in the group column.
      
      sql/sql_select.cc
      - Added a warning when a GROUP column is ambiguous due to that there is a
        column reference with the same name both in the SELECT and FROM clauses.
        In this case we resolve to the column in FROM clause and warn the user
        of a possible ambiguity.
      - More extensive comments.
      - Changed the function to return bool instead of int (as in other places).
      
      mysql-test/t/group_by.test
        Added test for BUG#11211.
      
      mysql-test/r/group_by.result
        Added test for BUG#11211.
      3220f721
  26. 07 Jun, 2005 1 commit
  27. 18 May, 2005 1 commit
  28. 07 Apr, 2005 1 commit
  29. 05 Apr, 2005 1 commit
  30. 16 Mar, 2005 1 commit
  31. 05 Mar, 2005 2 commits
  32. 25 Feb, 2005 1 commit
  33. 09 Feb, 2005 1 commit