An error occurred fetching the project authors.
  1. 17 Jun, 2005 1 commit
  2. 09 Jun, 2005 1 commit
  3. 07 Jun, 2005 2 commits
  4. 03 Jun, 2005 2 commits
    • mronstrom@mysql.com's avatar
      Bug #10901 · 1eaacaf1
      mronstrom@mysql.com authored
      After review fix
      Copy from internal state to share state only when in lock write
      mode (happens only when lock table x write has been performed since
      update_state_info is only called when holding a TL_READ_NO_INSERT
      lock normally. Previous patch would have failed in combination with
      delayed writes.
      1eaacaf1
    • mronstrom@mysql.com's avatar
      Bug #10901 · 96252c1d
      mronstrom@mysql.com authored
      Analyze table corrupts the state on
      data_file_length, records, index_file_length...
      by writing the shared state when there is an updated internal
      state due to inserts or deletes
      Fixed by synching the shared state with the internal state before
      writing it to disk
      Added test cases of 2 error cases and a normal case in new
      analyze test case
      96252c1d
  5. 20 May, 2005 1 commit
  6. 13 May, 2005 2 commits
  7. 28 Apr, 2005 1 commit
    • ingo@mysql.com's avatar
      Bug#8321 - myisampack bug in compression algorithm · 66a158a9
      ingo@mysql.com authored
      This is the second of three changesets. It contains the pure bug fix.
      It also contains the second after-review fixes.
      The problem was that with gcc on x86, shifts are done modulo word size. 
      'value' is 32 bits wide and shifting it by 32 bits is a no-op.
      This was triggered by an evil distribution of character incidences. 
      A distribution of 2917027827 characters made of 202 distinct values led to
      34 occurrences of 32-bit Huffman codes.
      This might have been the first time ever that write_bits() had to write
      32-bit values. Since it can be expected that one day even 32 bits might
      be insufficient, the third changeset suggests to enlarge some variables
      to 64 bits.
      66a158a9
  8. 20 Apr, 2005 1 commit
  9. 15 Apr, 2005 1 commit
  10. 11 Apr, 2005 1 commit
  11. 08 Apr, 2005 1 commit
  12. 31 Mar, 2005 2 commits
  13. 24 Mar, 2005 1 commit
  14. 09 Mar, 2005 1 commit
  15. 06 Mar, 2005 1 commit
  16. 04 Mar, 2005 3 commits
  17. 03 Mar, 2005 1 commit
  18. 02 Mar, 2005 1 commit
  19. 22 Feb, 2005 1 commit
  20. 18 Feb, 2005 2 commits
  21. 15 Feb, 2005 1 commit
    • dean@mysql.com's avatar
      ft_nlq_search.c: · c962d060
      dean@mysql.com authored
        Added bounds check to avoid accessing unallocated FT_DOC array.  (BUG #8522)
      c962d060
  22. 14 Feb, 2005 1 commit
    • svoj@mysql.com's avatar
      Bug#8351 · 643b6028
      svoj@mysql.com authored
      Fix for crash when using a double quote in boolean fulltext query.
      643b6028
  23. 11 Feb, 2005 1 commit
  24. 08 Feb, 2005 1 commit
  25. 04 Feb, 2005 1 commit
  26. 24 Jan, 2005 1 commit
  27. 18 Jan, 2005 2 commits
  28. 15 Jan, 2005 1 commit
  29. 03 Jan, 2005 1 commit
  30. 15 Dec, 2004 1 commit
  31. 10 Dec, 2004 1 commit
  32. 07 Dec, 2004 1 commit