1. 21 Sep, 2005 1 commit
    • bar@mysql.com's avatar
      Bug#13046: LIKE pattern matching using prefix · d870612a
      bar@mysql.com authored
                   index doesn't return correct result
      item_cmpfunc.cc:
        Use charset of LIKE to decide whether
        to use 8bit or Unicode "escape" value.
        But use charset of "escape" to scan escape character.
      strings/ctype-xxx.c:
        We cannot reduce "end" pointer using charpos(),
        because of possible escape characters in the string.
        Limit the loop using count of written characters instead.
      ctype_like_escape.inc:
        new file
      mysql-test/t/ctype_xxx:
      mysql-test/r/ctype_xxx:
        Adding test case.
      d870612a
  2. 18 Sep, 2005 3 commits
  3. 16 Sep, 2005 1 commit
  4. 15 Sep, 2005 8 commits
  5. 14 Sep, 2005 6 commits
  6. 13 Sep, 2005 4 commits
  7. 12 Sep, 2005 17 commits