• unknown's avatar
    ctype_utf8.test: · 63bba165
    unknown authored
      Added a test case for bug #11484.
    hp_hash.c:
      Fixed bug #11484.
      This bug in the function hp_rec_key_cmp resulted in wrong
      comparison of varchar multibyte keys if the bytes after 
      string values happened to be different. This caused wrong
      results for queries returning DISTINCT varchar fields in
      multibyte charsets (e.g. in utf8).
    
    
    heap/hp_hash.c:
      Fixed bug #11484.
      This bug in the function hp_rec_key_cmp resulted in wrong
      comparison of varchar multibyte keys if the bytes after 
      string values happened to be different. This caused wrong
      results for queries returning DISTINCT varchar fields in
      multibyte charsets (e.g. in utf8).
    mysql-test/t/ctype_utf8.test:
      Added a test case for bug #11484.
    63bba165
hp_hash.c 26.7 KB