1. 18 Dec, 2007 1 commit
    • istruewing@stella.local's avatar
      Bug#32705 - myisam corruption: Key in wrong position · cd1b00e8
      istruewing@stella.local authored
                  at page 1024 with ucs2_bin
      
      Inserting strings with a common prefix into a table with
      characterset UCS2 corrupted the table.
      
      An efficient search method was used, which compares end space
      with ASCII blank. This doesn't work for character sets like UCS2,
      which do not encode blank like ASCII does.
      
      Use the less efficient search method _mi_seq_search()
      for charsets with mbminlen > 1.
      cd1b00e8
  2. 12 Dec, 2007 1 commit
  3. 11 Dec, 2007 3 commits
  4. 10 Dec, 2007 4 commits
  5. 07 Dec, 2007 5 commits
  6. 06 Dec, 2007 2 commits
  7. 05 Dec, 2007 3 commits
  8. 02 Dec, 2007 2 commits
  9. 01 Dec, 2007 6 commits
  10. 30 Nov, 2007 9 commits
  11. 29 Nov, 2007 4 commits