1. 10 Apr, 2007 1 commit
  2. 05 Apr, 2007 2 commits
  3. 04 Apr, 2007 3 commits
  4. 02 Apr, 2007 2 commits
  5. 31 Mar, 2007 1 commit
  6. 30 Mar, 2007 2 commits
  7. 29 Mar, 2007 4 commits
  8. 28 Mar, 2007 10 commits
  9. 27 Mar, 2007 2 commits
    • kent@mysql.com/kent-amd64.(none)'s avatar
      mysql.spec.sh, Makefile.am: · ef530348
      kent@mysql.com/kent-amd64.(none) authored
        Don't use explicit calls to mysql-test-run in spec
      ef530348
    • istruewing@chilla.local's avatar
      Bug#24985 - UTF8 ENUM primary key on MEMORY using BTREE · 8934e4f3
      istruewing@chilla.local authored
                  causes incorrect duplicate entries
      
      Keys for BTREE indexes on ENUM and SET columns of MEMORY tables
      with character set UTF8 were computed incorrectly. Many
      different column values got the same key value.
      
      Apart of possible performance problems, it made unique indexes
      of this type unusable because it rejected many different
      values as duplicates.
      
      The problem was that multibyte character detection was tried
      on the internal numeric column value. Many values were not
      identified as characters. Their key value became blank filled.
      
      Thanks to Alexander Barkov and Ramil Kalimullin for the patch,
      which sets the character set of ENUM and SET key segments to
      the pseudo binary character set.
      8934e4f3
  10. 26 Mar, 2007 2 commits
  11. 25 Mar, 2007 2 commits
  12. 24 Mar, 2007 1 commit
  13. 23 Mar, 2007 6 commits
  14. 22 Mar, 2007 2 commits