An error occurred fetching the project authors.
  1. 13 Mar, 2005 2 commits
  2. 10 Mar, 2005 1 commit
  3. 24 Feb, 2005 1 commit
  4. 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
  5. 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
  6. 21 Aug, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      null.test, null.result: · 4b760fcb
      igor@rurik.mysql.com authored
        Added test case for bug #4256.
      join_outer.result:
        Fixed bug #4256.
      item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects.
        This inconsistency caused bug #4256.
      4b760fcb
  7. 16 Jun, 2004 1 commit
  8. 19 Mar, 2004 1 commit
  9. 19 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Fixes after merge with 4.0 · 031390a9
      monty@mysql.com authored
      Cleaned up embedded library access and query cache handling
      Changed min stack size to 128K (to allow longer MyISAM keys)
      Fixed wrong priority for XOR (should be less than NEG to get -1^1 to work)
      031390a9
  10. 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
  11. 10 Dec, 2003 1 commit
  12. 01 Dec, 2003 1 commit
  13. 08 Oct, 2003 1 commit
  14. 15 Sep, 2003 1 commit
  15. 18 Aug, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes · 4f751216
      monty@mashka.mysql.fi authored
      Use server character set if --default-character-set is not used
      Added convert_string() for more efficient alloc+character-set convert of strings
      4f751216
  16. 01 Jul, 2003 1 commit
  17. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  18. 21 May, 2003 1 commit
  19. 26 Apr, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fix for -fbranch-probabilites (bug 268) · bf6cfd29
      monty@mashka.mysql.fi authored
      Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
      Fix for new bison 1.875
      max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
      Don't show port in SHOW PROCESSLIST for system threads
      Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
      Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
      using many joined tables (Bug 212)
      bf6cfd29
  20. 23 Apr, 2003 1 commit
  21. 16 Apr, 2003 1 commit
  22. 22 Mar, 2003 1 commit
  23. 05 Jan, 2003 1 commit
  24. 14 Dec, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes for binary protocol (complement to last push) · d49167ba
      monty@mashka.mysql.fi authored
      Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format.
      DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types.
      Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
      d49167ba
  25. 29 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Added --skip-safemalloc to mysqltest · 5343d4c9
      monty@mashka.mysql.fi authored
      Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
      Small change in EXCHANGE output
      Propagate open-files-limit from mysqld_safe -> mysqld
      Fixed speed bug in GROUP BY
      Added quotes around database name in CREATE DATABASE db_name (for binary log)
      5343d4c9
  26. 03 Oct, 2002 1 commit
  27. 26 Sep, 2002 1 commit
    • bell@sanja.is.com.ua's avatar
      new EXPLAIN · 46a22a5b
      bell@sanja.is.com.ua authored
      fixed bug in mysql-test/create-test-result
      fixed bug in union-subselect engine
      46a22a5b
  28. 06 Dec, 2001 1 commit
  29. 05 Dec, 2001 1 commit
  30. 20 Oct, 2001 1 commit
  31. 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
  32. 28 Sep, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      client/mysqlmanagerc.c · bb66c80a
      sasha@mysql.sashanet.com authored
          added support for quiet
          increased line buffer size
      client/mysqltest.c
          fixed memory leak
          added query logging to result file
          added error message logging to result file
          added enable_query_log/disable_query_log
      mysql-test/mysql-test-run.sh
          converted tests to use mysqlmanager
      
      Updated test results
      bb66c80a
  33. 12 Jan, 2001 2 commits
  34. 28 Dec, 2000 1 commit