An error occurred fetching the project authors.
  1. 01 Mar, 2005 1 commit
  2. 25 Feb, 2005 1 commit
  3. 21 Feb, 2005 1 commit
  4. 19 Feb, 2005 1 commit
    • monty@mysql.com's avatar
      Fixed BUILD script to use --with-berkeley-db instead of --with-bdb · 218e00ac
      monty@mysql.com authored
      Lots of small fixes to multi-precision-math path
      Give Note for '123.4e'
      Added helper functions type 'val_string_from_real()
      Don't give warnings for end space for string2decimal()
      Changed storage of values for SP so that we can detect length of argument without strlen()
      Changed interface for str2dec() so that we must supple the pointer to the last character in the buffer
      218e00ac
  5. 04 Feb, 2005 1 commit
  6. 04 Jan, 2005 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 7cf8285b
      monty@mysql.com authored
      Add support for warnings for prepare of prepared statements
      Fixed test to work with --ps-protocol
      Fixed some test results
      7cf8285b
  7. 30 Dec, 2004 1 commit
  8. 19 Nov, 2004 1 commit
  9. 26 Oct, 2004 1 commit
    • monty@mysql.com's avatar
      A lot of fixes for prepared statements (PS): · 6fbc869d
      monty@mysql.com authored
      New mysqltest that can run mysqltest with PS
      Added support for ZEROFILL in PS
      Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result()
      Updated test cases to support --ps-protocol
      (Some tests are still run using old protocol)
      Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2...
      Fixed crash in PS when using sub queries
      Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever"
      Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries)
      Fix for PS and SELECT ... PROCEDURE
      Reset all warnings when executing a new PS query
      group_concat(...ORDER BY) didn't work with PS
      Fixed problem with test suite when not using innodb
      6fbc869d
  10. 11 Oct, 2004 1 commit
  11. 05 Oct, 2004 1 commit
  12. 08 Sep, 2004 1 commit
  13. 15 Jul, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 5b3c418b
      monty@mysql.com authored
      Note: The following tests fails
      - fulltext (Sergei has promised to fix)
      - rpl_charset (Guilhem should fix)
      - rpl_timezone (Dimitray has promised to fix)
      
      Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
      5b3c418b
  14. 10 Jun, 2004 1 commit
  15. 05 May, 2004 1 commit
  16. 27 Apr, 2004 1 commit
  17. 09 Apr, 2004 1 commit
  18. 05 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed many compiler warnings · 42cf92ce
      monty@mysql.com authored
      Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
      Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
      Set locked_in_memory properly
      42cf92ce
  19. 10 Dec, 2003 2 commits
  20. 30 Oct, 2003 1 commit
  21. 20 Sep, 2003 1 commit
  22. 30 Jul, 2003 1 commit
  23. 27 Jun, 2003 1 commit
  24. 17 May, 2003 1 commit
  25. 15 Apr, 2003 1 commit
  26. 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
  27. 27 Feb, 2003 1 commit
  28. 08 Feb, 2003 1 commit
  29. 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
  30. 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
  31. 05 Jan, 2003 1 commit
  32. 13 Dec, 2002 1 commit
  33. 30 Aug, 2002 1 commit
  34. 28 Dec, 2000 1 commit