1. 13 Oct, 2006 1 commit
  2. 29 Sep, 2006 1 commit
  3. 28 Sep, 2006 1 commit
  4. 27 Sep, 2006 1 commit
  5. 22 Sep, 2006 3 commits
  6. 18 Sep, 2006 1 commit
    • kroki/tomash@moonlight.intranet's avatar
      BUG#9678: Client library hangs after network communication failure · 92610664
      kroki/tomash@moonlight.intranet authored
                (back-port to 4.0)
      
      Socket timeouts in client library were used only on Windows.
      Additionally, in 4.0 write operations erroneously set read timeout.
      
      The solution is to use socket timeouts in client library on all
      systems were they are supported, and to differentiate between read
      and write timeouts.
      
      No test case is provided because it is impossible to simulate network
      failure in current test suite.
      92610664
  7. 07 Sep, 2006 1 commit
  8. 29 Aug, 2006 1 commit
  9. 10 Aug, 2006 1 commit
  10. 29 Jul, 2006 1 commit
  11. 28 Jul, 2006 3 commits
  12. 24 Jul, 2006 1 commit
  13. 21 Jul, 2006 1 commit
  14. 08 Jul, 2006 1 commit
  15. 07 Jul, 2006 2 commits
  16. 05 Jul, 2006 1 commit
  17. 01 Jul, 2006 1 commit
    • cmiller@zippy.(none)'s avatar
      Bug#19006: 4.0 valgrind problems (in test func_str) · 5039184e
      cmiller@zippy.(none) authored
      On exactly-sized Strings, the String::c_ptr() function peeked beyond the
      end of the buffer, possibly into unititialized space to see whether the 
      buffer was NUL-terminated.
      
      In a place that did peek improperly, we now use a c_ptr_safe() function, 
      which doesn't peek where it shouldn't.
      5039184e
  18. 28 Jun, 2006 1 commit
    • ingo@mysql.com's avatar
      Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" · 99ad23ec
      ingo@mysql.com authored
      It was possible that fetching a record by an exact key value 
      (including the record pointer) could return a record with a 
      different key value. This happened only if a concurrent insert 
      added a record with the searched key value after the fetching 
      statement locked the table for read.
      
      The search succeded on the key value, but the record was
      rejected as it was past the file length that was remembered
      at start of the fetching statement. With other words it was 
      rejected as being a concurrently inserted record.
      
      The action to recover from this problem was to fetch the 
      record that is pointed at by the next key of the index. 
      This was repeated until a record below the file length was 
      found.
      
      I do now avoid this loop if an exact match was searched. 
      If this match is beyond the file length, it is now treated 
      as "key not found". There cannot be another key with the 
      same record pointer.
      99ad23ec
  19. 27 Jun, 2006 1 commit
  20. 26 Jun, 2006 1 commit
    • kent@mysql.com's avatar
      make_sharedlib_distribution.sh: · c36dd286
      kent@mysql.com authored
        For compatibility, don't use {..,..} in pattern matching
      make_binary_distribution.sh:
        Added .dylib and .sl as shared library extensions
      c36dd286
  21. 13 Jun, 2006 1 commit
  22. 20 May, 2006 1 commit
  23. 12 May, 2006 1 commit
    • kent@mysql.com's avatar
      Many files: · 9e77c3a0
      kent@mysql.com authored
        Change mode to -rw-rw-r--
      dbug_add_tags.pl:
        Change mode to -rwxrwxr--
      9e77c3a0
  24. 11 May, 2006 1 commit
  25. 06 May, 2006 1 commit
  26. 04 May, 2006 1 commit
  27. 25 Apr, 2006 2 commits
  28. 11 Apr, 2006 3 commits
  29. 10 Apr, 2006 3 commits
  30. 08 Apr, 2006 1 commit