• ramil@mysql.com's avatar
    memcpy_overlap() removed, as · 58c64aea
    ramil@mysql.com authored
      1. it's wrong to use memcpy() for overlapped areas;
      2. we use it only once.
    During merge to 4.1 will remove a memcpy_overlap() call 
    from strings/ctype-tis620.c as well in order to fix 
    bug #10836: ctype_tis620 test failure with ICC-compiled binaries on IA64.
    58c64aea
mi_search.c 65.1 KB