1. 31 Aug, 2004 2 commits
    • unknown's avatar
      Fixed unique prefix key bug for multibyte character sets (BUG #4521) for · b50d4476
      unknown authored
      InnoDB. This fixes also a second part of the same problem with prefix keys
      on a multibyte string column for InnoDB.
      
      
      innobase/rem/rem0cmp.c:
        Fixed unique prefix key or prefix key using multibyte character set bugs for
        InnoDB (BUG #4521).
        
        The unique key with a prefix of N appears index 3*N bytes of the column not N
        characters. If you had two records which have the same first N characters 
        but differ in the first 3*N bytes, then you couldn't select the records using 
        an equality test.
      b50d4476
    • unknown's avatar
      Merge jlindstrom@build.mysql.com:/home/bk/mysql-4.1 · 094c9f32
      unknown authored
      into hundin.mysql.fi:/home/jan/mysql-4.1
      
      
      094c9f32
  2. 30 Aug, 2004 7 commits
  3. 28 Aug, 2004 1 commit
  4. 27 Aug, 2004 17 commits
  5. 26 Aug, 2004 13 commits