1. 31 Jan, 2005 3 commits
  2. 30 Jan, 2005 1 commit
  3. 28 Jan, 2005 2 commits
  4. 27 Jan, 2005 2 commits
  5. 26 Jan, 2005 2 commits
  6. 25 Jan, 2005 3 commits
  7. 24 Jan, 2005 1 commit
  8. 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
  9. 20 Jan, 2005 2 commits
  10. 19 Jan, 2005 1 commit
    • ingo@mysql.com's avatar
      BUG#6034 - Error code 124: Wrong medium type. · 9a914a00
      ingo@mysql.com authored
      Version for 4.0. Committed for merge.
      If the result table is one of the select tables in INSERT SELECT,
      we must not disable the result tables indexes before selecting.
      mysql_execute_command() detects the match for other reasons and
      adds the flag OPTION_BUFFER_RESULT to the 'select_options'. 
      In this case the result is put into a temporary table first. 
      Hence, we can defer the preparation of the insert
      table until the result is to be used.
      9a914a00
  11. 18 Jan, 2005 6 commits
  12. 17 Jan, 2005 1 commit
  13. 15 Jan, 2005 1 commit
  14. 14 Jan, 2005 1 commit
  15. 13 Jan, 2005 3 commits
  16. 12 Jan, 2005 6 commits
  17. 10 Jan, 2005 1 commit
  18. 07 Jan, 2005 1 commit
  19. 06 Jan, 2005 2 commits