An error occurred fetching the project authors.
  1. 23 Mar, 2005 1 commit
  2. 05 Mar, 2005 1 commit
    • igor@linux.local's avatar
      logging_ok: · 6d7862ae
      igor@linux.local authored
        Logging to logging@openlogging.org accepted
      func_group.result, func_group.test:
        Added a test case for bug #8893.
      opt_sum.cc:
        A misplaced initialization for the returned parameter
        prefix_len in the function find_key_for_maxmin caused
        usage of a wrong key prefix by the min/max optimization
        in cases when the matching index was not the first index
        that contained the min/max field.
      6d7862ae
  3. 04 Feb, 2005 1 commit
  4. 19 Nov, 2004 1 commit
  5. 11 Oct, 2004 1 commit
  6. 05 Oct, 2004 1 commit
  7. 08 Sep, 2004 1 commit
  8. 26 Jun, 2004 2 commits
  9. 10 Jun, 2004 1 commit
  10. 14 May, 2004 1 commit
  11. 05 May, 2004 1 commit
  12. 09 Apr, 2004 1 commit
  13. 16 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · f43093ec
      monty@mysql.com authored
      Added more DBUG statements
      Ensure that we are comparing end space with BINARY strings
      Use 'any_db' instead of '' to mean any database. (For HANDLER command)
      Only strip ' ' when comparing CHAR, not other space-like characters (like \t)
      f43093ec
  14. 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
  15. 10 Dec, 2003 2 commits
  16. 02 Dec, 2003 1 commit
  17. 20 Nov, 2003 1 commit
    • konstantin@mysql.com's avatar
      fix for bug #1790: · c4a9dc4f
      konstantin@mysql.com authored
      "BIT_AND() result in GROUP BY different when SQL_BIG_RESULT used"
      
      return value of BIT_AND changed to BIGINT SIGNED
      Also the patch fixes another bug: when temporary table is in use and one of
      values in group is NULL, BIT_AND always returns zero.
      Fixed it to always skip null values.
      c4a9dc4f
  18. 04 Nov, 2003 1 commit
  19. 30 Oct, 2003 1 commit
  20. 20 Sep, 2003 1 commit
  21. 11 Sep, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      After merge fixes. · 45aa92c5
      monty@mashka.mysql.fi authored
      Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
      45aa92c5
  22. 02 Aug, 2003 1 commit
  23. 30 Jul, 2003 1 commit
  24. 19 Jun, 2003 1 commit
  25. 21 May, 2003 1 commit
  26. 17 May, 2003 1 commit
  27. 15 Apr, 2003 1 commit
  28. 28 Feb, 2003 1 commit
    • igor@hundin.mysql.fi's avatar
      func_group.result: · 3503d479
      igor@hundin.mysql.fi authored
        Added new tests for better coverage of
        min/max optimization code.
      func_group.test:
        Added new tests for better coverage of 
        min/max optimization code.
      opt_sum.cc:
        Fixed wrong previous manual merge.
        Fixed bugs concerning fields used in min/max
        functions for which there are conditions of
        the form field=const.
      3503d479
  29. 27 Feb, 2003 1 commit
  30. 08 Feb, 2003 1 commit
  31. 07 Feb, 2003 1 commit
  32. 06 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Added START TRANSACTION syntax · cf9668fd
      monty@mashka.mysql.fi authored
      Added ALL as parameter option for all group functions.
      Make join handling uniform. This allows us to use ',', JOIN and INNER JOIN the same way.
      Sort NULL last if DESC is used (ANSI SQL 99 requirement)
      cf9668fd
  33. 03 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fix for MIN/MAX with empty tables · e3cd6352
      monty@mashka.mysql.fi authored
      MIN(key_column) could in some cases return NULL on a column with NULL and other values.
      MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
      e3cd6352
  34. 13 Dec, 2002 1 commit
  35. 30 Aug, 2002 1 commit
  36. 22 Nov, 2001 1 commit
  37. 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
  38. 28 Dec, 2000 1 commit