An error occurred fetching the project authors.
  1. 01 Jun, 2004 1 commit
  2. 25 May, 2004 1 commit
  3. 24 May, 2004 2 commits
  4. 21 May, 2004 1 commit
  5. 18 May, 2004 1 commit
  6. 15 May, 2004 1 commit
  7. 06 May, 2004 1 commit
  8. 05 May, 2004 4 commits
  9. 04 May, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      Fix for remaining issues described in Bug #1664 · c7fbcbca
      dlenev@brandersnatch.localdomain authored
      "mysql_send_long_data() API call is completely broken".
      
      Now we are resetting some members (long_data_supplied/null_value...) of Item_param to its 
      initial state after each execution of prepared statement. We also manipulating 
      Item_param::maybe_null/null_value only via Item_param::set_* setters which makes code a bit 
      more robust.
      c7fbcbca
  10. 30 Apr, 2004 1 commit
  11. 29 Apr, 2004 1 commit
  12. 14 Apr, 2004 1 commit
  13. 12 Apr, 2004 2 commits
  14. 09 Apr, 2004 1 commit
  15. 07 Apr, 2004 3 commits
  16. 06 Apr, 2004 1 commit
  17. 05 Apr, 2004 2 commits
    • sergefp@mysql.com's avatar
      Many files: · a8386d01
      sergefp@mysql.com authored
        SQL Syntax for Prepared Statements (WL#1622)
      ps.test, ps.result:
        new file
      a8386d01
    • 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
  18. 03 Apr, 2004 1 commit
  19. 30 Mar, 2004 1 commit
  20. 29 Mar, 2004 1 commit
  21. 15 Mar, 2004 1 commit
    • konstantin@mysql.com's avatar
      Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed · e43ac760
      konstantin@mysql.com authored
      COM_EXECUTE packet" and #2795 "prepare + execute without bind_param crashes
       server" and #2473 "seg fault running tests/client_test.c": 
      - length checking added to packet parser 
      - default impelemntation of Item_param::set_param_func will work in
      case of malformed packet.
      No test cases are possible in our test suite, as there are no tests 
      operating on protocol layer.
      e43ac760
  22. 02 Mar, 2004 1 commit
  23. 20 Feb, 2004 2 commits
  24. 18 Feb, 2004 1 commit
  25. 16 Feb, 2004 1 commit
  26. 12 Feb, 2004 3 commits
  27. 11 Feb, 2004 1 commit
    • guilhem@gbichot2.local's avatar
      Fix for BUG#2703 · e450acc7
      guilhem@gbichot2.local authored
      "MySQL server does not detect if garbage chars at the end of query":
      
      Detect garbage chars at the end of the query or at the end of a query
      for a prepared statement (which happens if mysql_real_query() or mysql_prepare()
      were called with a too big 'length' parameter (bigger than the real intended
      length of the query: then we receive a query + garbage characters from the
      client). This resulted in garbage chars written into the binlog.
      Now instead the client receives something like:
      'You have an error in your SQL syntax.  Check the manual that corresponds
      to your MySQL server version for the right syntax to use near '!stmt'
      at line 1' i.e. the server is pointing at the weird tail of the query
      (this '!stmt' are the garbage chars sent by the client).
      All tests pass, except mysqldump.test and ctype_utf8.test but they failed
      before the patch.
      e450acc7
  28. 09 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      Added --compact to mysqlbinlog · 06432eac
      monty@mysql.com authored
      Fixed output from mysqlbinlog when using --skip-comments
      Fixed warnings from valgrind
      Fixed ref_length when used with HEAP tables
      More efficent need_conversion()
      Fixed error handling in UPDATE with not updateable tables
      Fixed bug in null handling in CAST to signed/unsigned
      06432eac
  29. 08 Feb, 2004 1 commit