An error occurred fetching the project authors.
  1. 26 Apr, 2005 1 commit
  2. 14 Mar, 2005 1 commit
  3. 13 Mar, 2005 4 commits
  4. 10 Mar, 2005 1 commit
  5. 24 Feb, 2005 1 commit
  6. 18 Jan, 2005 1 commit
  7. 20 Dec, 2004 1 commit
  8. 06 Nov, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      join_outer.result, join_outer.test: · ca355c8a
      igor@rurik.mysql.com authored
        Added cases for bugs #6307 and #6460.
      sql_select.cc:
        Fixed the problem of bug reports #6307 and #6460.
        The reported wrong result sets were due to the fact that
        the added call of the fix_fields method for the built
        AND condition that joined WHERE and ON conditions
        broke ON expression, as it removed extra AND levels
        in the built condition. 
        It looks like that no attributes of the built condition
        are needed, so we don't have to call fix_fields here.
      ca355c8a
  9. 02 Nov, 2004 1 commit
    • monty@mysql.com's avatar
      Remove usage of !$ from mysql-tests · 2185f1a5
      monty@mysql.com authored
      Added protocol::flush() for easier embedded-server code
      Increase block allocation variables a bit as they where a bit too small for MySQL 4.1
      Added option --silent to client_test
      2185f1a5
  10. 05 Oct, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      join_outer.result, join_outer.test: · a9b759af
      igor@rurik.mysql.com authored
        Added a test case for bug #5896.
      sql_select.cc:
        Fixed the problem of ignoring on expressions depending
        only on outer table when outer table either contains
        1 row or is guaranteed to return only 1 row (bug #5896).
      a9b759af
  11. 23 Aug, 2004 1 commit
    • sergefp@mysql.com's avatar
      Fix for bug#5088: · 263f2e3f
      sergefp@mysql.com authored
       * When executing EXPLAIN, do the same as for the query: convert join type to JT_CONST if keyuse array covers all key parts and all of them are constants.
       * In remove_const, don't remove conditions that depend on some-const-table and current-table.
      263f2e3f
  12. 12 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Proposed fix for #2093 · e6e0937d
      hf@deer.(none) authored
      it happens because of the LEFT JOINT optimization in add_key_part()
      This optimization does exactly the same in JOIN and in WHERE conditions 
      Not right.
      I moved that optimization one level upper.
      e6e0937d
  13. 10 Dec, 2003 1 commit
  14. 01 Jul, 2003 1 commit
  15. 21 May, 2003 1 commit
  16. 23 Apr, 2003 1 commit
  17. 16 Apr, 2003 1 commit
  18. 22 Mar, 2003 1 commit
  19. 05 Jan, 2003 1 commit
  20. 05 Dec, 2001 1 commit
  21. 19 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Don't use signal() on windows. · 6ee6fbf7
      monty@hundin.mysql.fi authored
      Added missing InnoDB variables to SHOW VARIABLES.
      Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
      Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'
      6ee6fbf7
  22. 12 Jan, 2001 1 commit
  23. 28 Dec, 2000 1 commit