1. 13 Aug, 2004 6 commits
    • unknown's avatar
      Merge · a5a4ed90
      unknown authored
      
      myisam/mi_key.c:
        SCCS merged
      a5a4ed90
    • unknown's avatar
      apply UNIQUE constrain correctly for multi-byte charsets · b6f6d5b2
      unknown authored
      only MyISAM is fixed
      
      
      include/m_ctype.h:
        my_charpos() macro
      myisam/mi_key.c:
        apply UNIQUE constrain correctly for multi-byte charsets
      mysql-test/r/binary.result:
        new test
      mysql-test/r/key.result:
        apply UNIQUE constrain correctly for multi-byte charsets
      mysql-test/t/binary.test:
        new test
      mysql-test/t/func_gconcat.test:
        make test to pass w/o InnoDB
      mysql-test/t/key.test:
        apply UNIQUE constrain correctly for multi-byte charsets
      b6f6d5b2
    • unknown's avatar
      CSC issue # 3299 fix: · 467f5956
      unknown authored
      ENUM and SET type didn't compute their length correctly.
      That showed up for example while converting into a CHAR column.
      
      
      467f5956
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, item_strfunc.cc: · e2cfe7b6
      unknown authored
        LEFT() didn't work well in some cases.
      
      
      sql/item_strfunc.cc:
        LEFT() didn't work well in some cases.
      mysql-test/t/ctype_utf8.test:
        LEFT() didn't work well in some cases.
      mysql-test/r/ctype_utf8.result:
        LEFT() didn't work well in some cases.
      e2cfe7b6
    • unknown's avatar
      ctype_utf8.result, ctype_utf8.test, mi_key.c: · da60f197
      unknown authored
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      
      
      myisam/mi_key.c:
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      mysql-test/t/ctype_utf8.test:
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      mysql-test/r/ctype_utf8.result:
        bug 4521: unique key prefix interacts poorly with utf8: fixed length key fix.
      da60f197
    • unknown's avatar
      ctype_ucs.result, ctype_ucs.test, item.cc: · 16987e1c
      unknown authored
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      
      
      sql/item.cc:
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      mysql-test/t/ctype_ucs.test:
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      mysql-test/r/ctype_ucs.result:
        #5024 [Ver]: Server crashes with queries on fields with certain charset/collation settings
      16987e1c
  2. 12 Aug, 2004 25 commits
  3. 11 Aug, 2004 9 commits